summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-04-19 01:50:06 +0000
committerhubertf <hubertf@pkgsrc.org>2001-04-19 01:50:06 +0000
commit83bb55975b38d55b8d7853fc3536c36e83a72eaa (patch)
tree0f7149d38ef3c984c0487e76b7bf0c19d68ac07d
parent11d367eaa0e90f8adc08c5ad9ef3c66956411b9a (diff)
downloadpkgsrc-83bb55975b38d55b8d7853fc3536c36e83a72eaa.tar.gz
remove NetBSDism - there is no "text" set on !NetBSD
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 09a48316af1..a8b8e4678e4 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2001/04/17 14:44:31 hubertf Exp $
+# $NetBSD: Makefile,v 1.43 2001/04/19 01:50:06 hubertf Exp $
# Note to package maintainers:
# To update the distfile of this pkg, cd to /usr/src/usr.sbin,
@@ -29,7 +29,7 @@ MANCOMPRESSED_IF_MANZ= yes
LOCALBASE= /usr
PKG_DBDIR?= /var/db/pkg
-.if ! exists(/usr/share/tmac/tmac.andoc)
+.if ${OPSYS} == "NetBSD" && !exists(/usr/share/tmac/tmac.andoc)
IGNORE+= "You need to have the 'text' set installed to build this package!"
.endif