We don't need to build cat1 files since they're part of the sources, so
no need to require the text utilities.
This commit is contained in:
parent
3f78dd5424
commit
c0b994c4c8
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.80 2003/09/02 22:30:46 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.81 2003/09/02 22:34:04 jlam Exp $
|
||||
|
||||
# Notes to package maintainers:
|
||||
#
|
||||
|
@ -36,10 +36,6 @@ VERSION!= ${AWK} -F '"' '/PKGTOOLS_VERSION/ {print $$2}' \
|
|||
PKG_DBDIR?= /var/db/pkg
|
||||
PKG_INFO= PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD}
|
||||
|
||||
.if ${OPSYS} == "NetBSD" && !(exists(/usr/share/tmac/tmac.andoc) || exists(/usr/share/tmac/andoc.tmac))
|
||||
PKG_FAIL_REASON+= "You need to have the 'text' set installed to build this package!"
|
||||
.endif
|
||||
|
||||
do-extract:
|
||||
@${CP} -Rp ${FILESDIR} ${WRKSRC}
|
||||
|
||||
|
|
Loading…
Reference in a new issue