diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-23 13:19:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-23 13:19:17 +0000 |
commit | 11ca07f4fcf2a494e34f69fa036808af4df23217 (patch) | |
tree | d7078cd69433e0e735b7b9eebd96aa16fdbd9c94 /lang/php55 | |
parent | d911a04f66e99d3f6d32c6f935925eb1e4ab4a1e (diff) |
Notes
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 1f23b4f7839d..3a6d92241113 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -185,6 +185,8 @@ post-build: @${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_EXT_INC=pcre spl" >> ${WRKDIR}/php.conf + @${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf + @${SH} ${WRKSRC}/scripts/php-config --extension-dir | sed -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf test: build @(cd ${WRKSRC} && ${MAKE} test) |