pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/boolean



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan  8 02:33:57 UTC 2018

Modified Files:
        pkgsrc/cad/boolean: Makefile

Log Message:
PKGNAME to be derived from DISTNAME


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/cad/boolean/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/boolean/Makefile
diff -u pkgsrc/cad/boolean/Makefile:1.71 pkgsrc/cad/boolean/Makefile:1.72
--- pkgsrc/cad/boolean/Makefile:1.71    Sun Feb 12 06:25:07 2017
+++ pkgsrc/cad/boolean/Makefile Mon Jan  8 02:33:57 2018
@@ -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