diff options
author | hubertf <hubertf> | 2001-04-19 01:50:06 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-04-19 01:50:06 +0000 |
commit | 947c35df9ed4595240b3df8bb7074064d6388077 (patch) | |
tree | 0f7149d38ef3c984c0487e76b7bf0c19d68ac07d /pkgtools | |
parent | 391053bbc114358eb451e72b6aeb1fc1cbe21b4f (diff) | |
download | pkgsrc-947c35df9ed4595240b3df8bb7074064d6388077.tar.gz |
remove NetBSDism - there is no "text" set on !NetBSD
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
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 |