diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-26 23:26:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-26 23:26:49 +0000 |
commit | 86e0031033aac459b48a7946ccbe6fc3a92fc884 (patch) | |
tree | bc7c735cbab4ec11243a66df20cab39e6c7eb0ca /databases | |
parent | 54656e77634810db82944a306391c39f9f9aac04 (diff) | |
download | pkgsrc-86e0031033aac459b48a7946ccbe6fc3a92fc884.tar.gz |
There is no dir entry in the distributed gdbm.info -- delete it after
extraction so that it gets rebuilt.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index e75c8ab236b..e879c6113e8 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/04/18 17:28:26 jtb Exp $ +# $NetBSD: Makefile,v 1.22 2001/04/26 23:26:49 jtb Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -15,4 +15,7 @@ USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig INFO_FILES= gdbm.info +post-extract: + ${RM} -f ${WRKSRC}/gdbm.info + .include "../../mk/bsd.pkg.mk" |