diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 00:53:19 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 00:53:19 +0000 |
commit | a753dfec6dbf1f6dceb958cd1f49c9552ca4c4e5 (patch) | |
tree | fa5bab6120378c85fb3253ad81fdbfbfd610c122 /databases/gdbm_primitive | |
parent | 8efd0878c6177c9fc698e3cb8efab6f48088ba94 (diff) | |
download | pkgsrc-a753dfec6dbf1f6dceb958cd1f49c9552ca4c4e5.tar.gz |
Fix WRKSRC after PKGREVISION bump. (hi wiz!)
Diffstat (limited to 'databases/gdbm_primitive')
-rw-r--r-- | databases/gdbm_primitive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm_primitive/Makefile b/databases/gdbm_primitive/Makefile index 34a9d2f3024..82fa4d58277 100644 --- a/databases/gdbm_primitive/Makefile +++ b/databases/gdbm_primitive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/01 16:34:38 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/08 00:53:19 salo Exp $ # DISTNAME= gdbm-prim-1.15 @@ -13,7 +13,7 @@ HOMEPAGE= http://homepage.mac.com/leffert/FileSharing.html COMMENT= Shell primitives for working with GDBMs EXTRACT_CMD= ${_DFLT_EXTRACT_CMD} -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME:C/nb.*//} USE_BUILDLINK2= YES .include "../../databases/gdbm/buildlink2.mk" |