summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-09-02 09:08:52 +0000
committergrant <grant>2003-09-02 09:08:52 +0000
commit61dc9c65a091a7dbab75e608f0fda82864994985 (patch)
tree41d2d0e4f87d7f2abf7750da5ef0af995f898dfc /pkgtools/pkg_install/Makefile
parent2119077cd46258c18f50068c9c993005ee9c97a4 (diff)
downloadpkgsrc-61dc9c65a091a7dbab75e608f0fda82864994985.tar.gz
allow this to build on -current after groff update to 1.19.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-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 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