summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
authorseb <seb>2003-06-29 11:13:49 +0000
committerseb <seb>2003-06-29 11:13:49 +0000
commit0e6b3cddce693d8c86e9e5d22e4b76ce667574f5 (patch)
tree74a434d7750c2cf8c644f20a3d5452f0dc2e293c /databases/gdbm/Makefile
parent5a95aeedb995fc9db05efb4745b2f4c53e261ac0 (diff)
downloadpkgsrc-0e6b3cddce693d8c86e9e5d22e4b76ce667574f5.tar.gz
Convert to USE_NEW_TEXINFO.
Note: distributed gdbm.info now has a *DIR-{SECTION,ENTRY} hence post-extract target no more required.
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r--databases/gdbm/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 96c4e434a72..b6ba2d515ad 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/06/02 01:21:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.29 2003/06/29 11:13:49 seb Exp $
#
DISTNAME= gdbm-1.8.3
@@ -13,13 +13,9 @@ USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_NEW_TEXINFO= YES
INFO_FILES= gdbm.info
-TEXINFO_OVERRIDE= YES
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-post-extract:
- ${RM} -f ${WRKSRC}/gdbm.info
-
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"