summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-29 11:13:49 +0000
committerseb <seb@pkgsrc.org>2003-06-29 11:13:49 +0000
commitc9ed0ac02c2d688cdaf7cb0da325151feb42ec5b (patch)
tree74a434d7750c2cf8c644f20a3d5452f0dc2e293c /databases/gdbm/Makefile
parent1fc45c5cc4623d27fc956ec33caadf5d47857007 (diff)
downloadpkgsrc-c9ed0ac02c2d688cdaf7cb0da325151feb42ec5b.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"