summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-02 22:34:04 +0000
committerjlam <jlam>2003-09-02 22:34:04 +0000
commit14f5bd3c29cb556597e96ad8fcd0d0de78e69468 (patch)
tree43d7cc69e3142d98e752a0a2bd06fa9d0f288419 /pkgtools/pkg_install
parent44e1ced444a402a3bb065077a5d664f837aa6931 (diff)
downloadpkgsrc-14f5bd3c29cb556597e96ad8fcd0d0de78e69468.tar.gz
We don't need to build cat1 files since they're part of the sources, so
no need to require the text utilities.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index e4b88971516..e5a39d5892e 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -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}