pkgsrc-WIP-changes archive

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

spidermonkey31: Rename js and js-config to js31 and js31-config



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 12 13:23:36 2016 +0200
Changeset:	71e6780b6822c7be00a36255399bf15cbe98f337

Modified Files:
	spidermonkey31/Makefile
	spidermonkey31/PLIST

Log Message:
spidermonkey31: Rename js and js-config to js31 and js31-config

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

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

diffstat:
 spidermonkey31/Makefile | 2 ++
 spidermonkey31/PLIST    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/spidermonkey31/Makefile b/spidermonkey31/Makefile
index 72c32be..42fca21 100644
--- a/spidermonkey31/Makefile
+++ b/spidermonkey31/Makefile
@@ -59,6 +59,8 @@ post-install:
 	${CHMOD} -x ${DESTDIR}${PREFIX}/include/mozjs-31/*/*.*
 	${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libmozjs-31.a
 	${CHMOD} -x ${DESTDIR}${PREFIX}/lib/pkgconfig/mozjs-31.pc
+	${MV} ${DESTDIR}${PREFIX}/bin/js ${DESTDIR}${PREFIX}/bin/js31
+	${MV} ${DESTDIR}${PREFIX}/bin/js-config ${DESTDIR}${PREFIX}/bin/js31-config
 
 PYTHON_VERSIONS_ACCEPTED=	27
 PYTHON_FOR_BUILD_ONLY=		yes
diff --git a/spidermonkey31/PLIST b/spidermonkey31/PLIST
index 1f7a911..dfe2dce 100644
--- a/spidermonkey31/PLIST
+++ b/spidermonkey31/PLIST
@@ -1,6 +1,6 @@
 @comment $NetBSD$
-bin/js
-bin/js-config
+bin/js31
+bin/js31-config
 include/mozjs-31/js.msg
 include/mozjs-31/js/Anchor.h
 include/mozjs-31/js/CallArgs.h


Home | Main Index | Thread Index | Old Index