pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/yed
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 29 08:40:31 UTC 2017
Modified Files:
pkgsrc/editors/yed: Makefile
Log Message:
Simplify, to make life easier for lintpkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/yed/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/yed/Makefile
diff -u pkgsrc/editors/yed/Makefile:1.7 pkgsrc/editors/yed/Makefile:1.8
--- pkgsrc/editors/yed/Makefile:1.7 Fri Mar 24 08:41:28 2017
+++ pkgsrc/editors/yed/Makefile Tue Aug 29 08:40:31 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/03/24 08:41:28 abs Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/29 08:40:31 wiz Exp $
DISTNAME= yEd-3.17
-PKGNAME= ${DISTNAME:C:E:e:}
+PKGNAME= ${DISTNAME:S/yEd/yed/}
CATEGORIES= editors
MASTER_SITES= https://www.yworks.com/resources/yed/demo/
EXTRACT_SUFX= .zip
@@ -17,7 +17,7 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S:E:e:}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_JAVA= run
USE_JAVA2= 6
Home |
Main Index |
Thread Index |
Old Index