pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/lbdb don't derive DISTNAME from PKGNAME, the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ad7130e09e21
branches: trunk
changeset: 498789:ad7130e09e21
user: tonio <tonio%pkgsrc.org@localhost>
date: Sat Sep 03 12:51:10 2005 +0000
description:
don't derive DISTNAME from PKGNAME, the other way is simpler
diffstat:
databases/lbdb/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (14 lines):
diff -r 1fb8d1116ef1 -r ad7130e09e21 databases/lbdb/Makefile
--- a/databases/lbdb/Makefile Sat Sep 03 12:39:23 2005 +0000
+++ b/databases/lbdb/Makefile Sat Sep 03 12:51:10 2005 +0000
@@ -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/
Home |
Main Index |
Thread Index |
Old Index