summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz>2002-12-18 19:41:16 +0000
committerwiz <wiz>2002-12-18 19:41:16 +0000
commit25905e6036baf2a3b638a22ab34b1ae0f95a0602 (patch)
tree69e5318395557ec0d78dd0146e336d99a925d619 /databases
parentacae657702212b5d94a70353f82ea5e6026d2f01 (diff)
downloadpkgsrc-25905e6036baf2a3b638a22ab34b1ae0f95a0602.tar.gz
Use PKGNAME_NOREV instead of homebrewn version (hi salo!).
Diffstat (limited to 'databases')
-rw-r--r--databases/gdbm_primitive/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm_primitive/Makefile b/databases/gdbm_primitive/Makefile
index 82fa4d58277..b25fddf00a7 100644
--- a/databases/gdbm_primitive/Makefile
+++ b/databases/gdbm_primitive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/12/08 00:53:19 salo Exp $
+# $NetBSD: Makefile,v 1.5 2002/12/18 19:41:16 wiz 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:C/nb.*//}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_BUILDLINK2= YES
.include "../../databases/gdbm/buildlink2.mk"