summaryrefslogtreecommitdiff
path: root/databases/lbdb/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-09-03 12:39:23 +0000
committertonio <tonio@pkgsrc.org>2005-09-03 12:39:23 +0000
commit30d95ab25d71a02402d37f0f5dd5bc67dbc00c91 (patch)
tree04a42fa2cba9712e32df86101412f94c992665a9 /databases/lbdb/Makefile
parent4fe68ea7dab9c531e81e22b04acb23d5a6355f60 (diff)
downloadpkgsrc-30d95ab25d71a02402d37f0f5dd5bc67dbc00c91.tar.gz
strips nb[0-9]* from PKGNAME when building DISTNAME
Diffstat (limited to 'databases/lbdb/Makefile')
-rw-r--r--databases/lbdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile
index a2fc430fe47..372787077e4 100644
--- a/databases/lbdb/Makefile
+++ b/databases/lbdb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/09/03 12:09:58 tonio Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/03 12:39:23 tonio Exp $
-DISTNAME= ${PKGNAME:S/-/_/}
+DISTNAME= ${PKGNAME:S/-/_/:C|nb[0-9]*$||}
PKGNAME= lbdb-0.30
PKGREVISION= 1
CATEGORIES= databases