1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Explicitly set prefix for install to work on systems, where

it is different from /usr/local

PR:		228729
Approved by:	maintainer timeout
This commit is contained in:
Mikhail Teterin 2018-07-13 20:53:28 +00:00
parent 13400e6e87
commit a21b4bfb5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474607

View File

@ -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 \