diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-18 17:28:26 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-18 17:28:26 +0000 |
commit | 886da8ffcf56ba0722894b3950c496c214bc9733 (patch) | |
tree | c50f3cad314472133a9c9c362cf20611eaf5a641 /databases/gdbm | |
parent | 35da692f5d7caa1ab869492c673700a329f67ae5 (diff) | |
download | pkgsrc-886da8ffcf56ba0722894b3950c496c214bc9733.tar.gz |
Add an INFO_FILES entry.
Diffstat (limited to 'databases/gdbm')
-rw-r--r-- | databases/gdbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index c0270d61698..e75c8ab236b 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/02/16 14:17:23 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/04/18 17:28:26 jtb Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -13,5 +13,6 @@ COMMENT= The GNU database manager GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +INFO_FILES= gdbm.info .include "../../mk/bsd.pkg.mk" |