summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-02 22:34:04 +0000
committerjlam <jlam@pkgsrc.org>2003-09-02 22:34:04 +0000
commit8b7e27293cb0d1c6d006cfa190faedf9d12d651a (patch)
tree43d7cc69e3142d98e752a0a2bd06fa9d0f288419 /pkgtools
parent6b24ab77f67e351960a4ca0d07c306fedfa35f77 (diff)
downloadpkgsrc-8b7e27293cb0d1c6d006cfa190faedf9d12d651a.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')
-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}