pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/lbdb strips nb[0-9]* from PKGNAME when build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fb8d1116ef1
branches:  trunk
changeset: 498788:1fb8d1116ef1
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Sep 03 12:39:23 2005 +0000

description:
strips nb[0-9]* from PKGNAME when building DISTNAME

diffstat:

 databases/lbdb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 31e93cfd1074 -r 1fb8d1116ef1 databases/lbdb/Makefile
--- a/databases/lbdb/Makefile   Sat Sep 03 12:09:58 2005 +0000
+++ b/databases/lbdb/Makefile   Sat Sep 03 12:39:23 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index