diff options
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-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 efc2c64f6a9..a252af96a16 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2003/09/01 16:27:09 jlam Exp $ +# $NetBSD: Makefile,v 1.79 2003/09/02 09:08:52 grant Exp $ # Notes to package maintainers: # @@ -38,7 +38,7 @@ CPPFLAGS+= ${BUILDLINK_CPPFLAGS.libnbcompat} PKG_DBDIR?= /var/db/pkg PKG_INFO= PKG_DBDIR=${PKG_DBDIR} ${PKG_INFO_CMD} -.if ${OPSYS} == "NetBSD" && !exists(/usr/share/tmac/tmac.andoc) +.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 |