diff options
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r-- | databases/gdbm/Makefile | 8 |
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" |