From 61dc9c65a091a7dbab75e608f0fda82864994985 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 2 Sep 2003 09:08:52 +0000 Subject: allow this to build on -current after groff update to 1.19. --- pkgtools/pkg_install/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools/pkg_install/Makefile') 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 -- cgit v1.2.3