summaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-18 17:28:26 +0000
committerjtb <jtb>2001-04-18 17:28:26 +0000
commitb9768c47bf90f2a0bdc2ebe4e9d036d10e91789b (patch)
treec50f3cad314472133a9c9c362cf20611eaf5a641 /databases/gdbm
parente01cda87db422ab8d9ca064b9b7602edc0a7a66b (diff)
downloadpkgsrc-b9768c47bf90f2a0bdc2ebe4e9d036d10e91789b.tar.gz
Add an INFO_FILES entry.
Diffstat (limited to 'databases/gdbm')
-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"