aboutsummaryrefslogtreecommitdiff
path: root/lang/spidermonkey52/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2018-07-13 20:53:28 +0000
committerMikhail Teterin <mi@FreeBSD.org>2018-07-13 20:53:28 +0000
commita21b4bfb5bf72cecb83551e3b556a9a444468b6c (patch)
tree880a5683cad5537c688e3dfa29da9b819b54a114 /lang/spidermonkey52/Makefile
parent13400e6e87e8a5d7cc8668de428fd55096e9c8e3 (diff)
downloadports-a21b4bfb5bf72cecb83551e3b556a9a444468b6c.tar.gz
ports-a21b4bfb5bf72cecb83551e3b556a9a444468b6c.zip
Explicitly set prefix for install to work on systems, where
it is different from /usr/local PR: 228729 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=474607
Diffstat (limited to 'lang/spidermonkey52/Makefile')
-rw-r--r--lang/spidermonkey52/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/spidermonkey52/Makefile b/lang/spidermonkey52/Makefile
index 321e1e51acae..af8919094ce1 100644
--- a/lang/spidermonkey52/Makefile
+++ b/lang/spidermonkey52/Makefile
@@ -28,6 +28,7 @@ WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/js/src
PATCH_WRKSRC= ${WRKDIR}/firefox-${PORTVERSION}esr/
CONFIGURE_ARGS= --with-pthreads \
+ --prefix=${PREFIX:Q} \
--target=${CONFIGURE_TARGET} \
--with-intl-api \
--with-system-zlib \