svn commit: r474607 - head/lang/spidermonkey52

Mikhail Teterin mi at FreeBSD.org
Fri Jul 13 20:53:29 UTC 2018


Author: mi
Date: Fri Jul 13 20:53:28 2018
New Revision: 474607
URL: https://svnweb.freebsd.org/changeset/ports/474607

Log:
  Explicitly set prefix for install to work on systems, where
  it is different from /usr/local
  
  PR:		228729
  Approved by:	maintainer timeout

Modified:
  head/lang/spidermonkey52/Makefile

Modified: head/lang/spidermonkey52/Makefile
==============================================================================
--- head/lang/spidermonkey52/Makefile	Fri Jul 13 20:44:25 2018	(r474606)
+++ head/lang/spidermonkey52/Makefile	Fri Jul 13 20:53:28 2018	(r474607)
@@ -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 \


More information about the svn-ports-head mailing list