diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-03 12:51:10 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-03 12:51:10 +0000 |
commit | 1c7ad0567f9615d9e175fb6e926b4790822e895a (patch) | |
tree | 6d33f99db87c75bfa6b2eb6a2dc41cb5c70a3f4b /databases | |
parent | 30d95ab25d71a02402d37f0f5dd5bc67dbc00c91 (diff) | |
download | pkgsrc-1c7ad0567f9615d9e175fb6e926b4790822e895a.tar.gz |
don't derive DISTNAME from PKGNAME, the other way is simpler
Diffstat (limited to 'databases')
-rw-r--r-- | databases/lbdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index 372787077e4..08492b10a93 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/09/03 12:39:23 tonio Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/03 12:51:10 tonio Exp $ -DISTNAME= ${PKGNAME:S/-/_/:C|nb[0-9]*$||} -PKGNAME= lbdb-0.30 +DISTNAME= lbdb_0.30 +PKGNAME= ${DISTNAME:S/_/-/} PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.spinnaker.de/debian/ |