pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/yed Simplify, to make life easier for lintpkgsrc.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7142c358495e
branches: trunk
changeset: 367297:7142c358495e
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Aug 29 08:40:31 2017 +0000
description:
Simplify, to make life easier for lintpkgsrc.
diffstat:
editors/yed/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 1fdcd6374012 -r 7142c358495e editors/yed/Makefile
--- a/editors/yed/Makefile Tue Aug 29 08:32:43 2017 +0000
+++ b/editors/yed/Makefile Tue Aug 29 08:40:31 2017 +0000
@@ -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_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