pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/boolean PKGNAME to be derived from DISTNAME
details: https://anonhg.NetBSD.org/pkgsrc/rev/2c631e42aac2
branches: trunk
changeset: 373674:2c631e42aac2
user: mef <mef%pkgsrc.org@localhost>
date: Mon Jan 08 02:33:57 2018 +0000
description:
PKGNAME to be derived from DISTNAME
diffstat:
cad/boolean/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 7489e1a6e1b7 -r 2c631e42aac2 cad/boolean/Makefile
--- a/cad/boolean/Makefile Mon Jan 08 01:23:20 2018 +0000
+++ b/cad/boolean/Makefile Mon Jan 08 02:33:57 2018 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.71 2017/02/12 06:25:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.72 2018/01/08 02:33:57 mef Exp $
#
DISTNAME= boolean_6_99
-PKGNAME= boolean-6.99
+# n_6_99 -> n-6.99
+PKGNAME= ${DISTNAME:S/n_/n-/S/_/./}
PKGREVISION= 27
CATEGORIES= cad graphics
MASTER_SITES= http://boolean.klaasholwerda.nl/download/boolzip/
Home |
Main Index |
Thread Index |
Old Index