diff options
author | tonio <tonio> | 2005-09-03 12:39:23 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-09-03 12:39:23 +0000 |
commit | 55fcecf48e9cd5cacbd4804804b483e2997e5757 (patch) | |
tree | 04a42fa2cba9712e32df86101412f94c992665a9 /databases/lbdb | |
parent | defc1929b447c714729f5c2fcfedeb4d32204717 (diff) | |
download | pkgsrc-55fcecf48e9cd5cacbd4804804b483e2997e5757.tar.gz |
strips nb[0-9]* from PKGNAME when building DISTNAME
Diffstat (limited to 'databases/lbdb')
-rw-r--r-- | databases/lbdb/Makefile | 4 |
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 |