summaryrefslogtreecommitdiff
path: root/devel/gtexinfo
diff options
context:
space:
mode:
authortv <tv>1999-02-18 13:43:26 +0000
committertv <tv>1999-02-18 13:43:26 +0000
commitb8fd9d38a5bb2d36293fa35fac64437e000fae96 (patch)
tree60b6f8152613d2fa7a6523156bb779a8ca50f528 /devel/gtexinfo
parent886834b542f5cca11101f6665beeb1b07eae3b92 (diff)
downloadpkgsrc-b8fd9d38a5bb2d36293fa35fac64437e000fae96.tar.gz
Add IGNORE= for systems which have /usr/bin/install-info.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r--devel/gtexinfo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index ec3c6e48c02..d2da175d9a0 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:47 tsarna Exp $
+# $NetBSD: Makefile,v 1.13 1999/02/18 13:43:26 tv Exp $
#
DISTNAME= texinfo-3.12
@@ -12,6 +12,10 @@ HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-catgets
+.if exists(/usr/bin/install-info)
+IGNORE= "included with your NetBSD distribution"
+.endif
+
post-patch:
${MV} -f ${WRKSRC}/info/filesys.h ${WRKSRC}/info/filesys.h.orig
${SED} -e 's|@PREFIX@|${PREFIX}|g' \