summaryrefslogtreecommitdiff
path: root/devel/gtexinfo
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-02-18 13:43:26 +0000
committertv <tv@pkgsrc.org>1999-02-18 13:43:26 +0000
commit97ce770e21f28b46519986a2c110a977fd1beea3 (patch)
tree60b6f8152613d2fa7a6523156bb779a8ca50f528 /devel/gtexinfo
parent708240f54206b6f2223a1de5aaf62df7e8cf2147 (diff)
downloadpkgsrc-97ce770e21f28b46519986a2c110a977fd1beea3.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' \