summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-18 17:28:26 +0000
committerjtb <jtb@pkgsrc.org>2001-04-18 17:28:26 +0000
commit886da8ffcf56ba0722894b3950c496c214bc9733 (patch)
treec50f3cad314472133a9c9c362cf20611eaf5a641 /databases
parent35da692f5d7caa1ab869492c673700a329f67ae5 (diff)
downloadpkgsrc-886da8ffcf56ba0722894b3950c496c214bc9733.tar.gz
Add an INFO_FILES entry.
Diffstat (limited to 'databases')
-rw-r--r--databases/gdbm/Makefile3
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"