summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r--devel/gtexinfo/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile
index adeda914bef..47e69461a96 100644
--- a/devel/gtexinfo/Makefile
+++ b/devel/gtexinfo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2001/06/18 22:09:16 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2001/12/25 14:48:34 wiz Exp $
#
-DISTNAME= texinfo-3.12
-PKGNAME= gtexinfo-3.12
+DISTNAME= texinfo-4.0
+PKGNAME= gtexinfo-4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
@@ -14,14 +14,9 @@ USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-catgets
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
.include "../../devel/zlib/buildlink.mk"
-.if exists(/usr/bin/install-info)
-IGNORE= "${PKGNAME} is 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' \
@@ -34,6 +29,5 @@ post-install:
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info.info
${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info-stnd.info
- ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"