pkgsrc-WIP-changes archive

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

spidermonkey17: simplify PKGNAME :S string replacement.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Feb 13 16:27:25 2016 +0100
Changeset:	61b17ce8b33e6523d83e61c89cea621cd7d8804b

Modified Files:
	spidermonkey17/Makefile

Log Message:
spidermonkey17: simplify PKGNAME :S string replacement.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61b17ce8b33e6523d83e61c89cea621cd7d8804b

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

diffstat:
 spidermonkey17/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/spidermonkey17/Makefile b/spidermonkey17/Makefile
index 297b32d..063e68c 100644
--- a/spidermonkey17/Makefile
+++ b/spidermonkey17/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=	mozjs17.0.0
-PKGNAME=	${DISTNAME:S/mozjs17/spidermonkey17-17/}
+PKGNAME=	${DISTNAME:S/mozjs/spidermonkey17-/}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_MOZILLA:=js/}
 


Home | Main Index | Thread Index | Old Index