diff options
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r-- | databases/gdbm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 85122896612..0ed8bf857c3 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/06/21 02:47:27 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2002/02/18 15:14:05 seb Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -15,8 +15,10 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig INFO_FILES= gdbm.info +TEXINFO_OVERRIDE= YES post-extract: ${RM} -f ${WRKSRC}/gdbm.info +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |