diff options
author | ale <ale@FreeBSD.org> | 2006-01-17 15:09:40 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-01-17 15:09:40 +0000 |
commit | 5be4263b0706097f58add0074b4e3dab9dee57cb (patch) | |
tree | 4b2622a76699d3137a69d3c90a7b25e040e02252 /lang/php5 | |
parent | 53d3cc9b09795d7c13cab9c3fd83e83e2ff1c4bd (diff) | |
download | FreeBSD-ports-5be4263b0706097f58add0074b4e3dab9dee57cb.zip FreeBSD-ports-5be4263b0706097f58add0074b4e3dab9dee57cb.tar.gz |
s/PHP_EXTDIR/EXTSUBDIR/g
The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index c30ee22..d76eefa 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -6,12 +6,12 @@ PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} DEFAULT_PHP_VER=5 BROKEN_WITH_PHP=4 -PHP_EXTDIR= ${DISTNAME}/ext/${PHP_MODNAME} -WRKSRC= ${WRKDIR}/${PHP_EXTDIR} +EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} +WRKSRC= ${WRKDIR}/${EXTSUBDIR} PATCHDIR= ${.CURDIR}/files PLIST= ${NONEXISTENT} -EXTRACT_AFTER_ARGS?= | ${TAR} -xf - ${PHP_EXTDIR} +EXTRACT_AFTER_ARGS?= | ${TAR} -xf - ${EXTSUBDIR} .if ${PHP_MODNAME} == "bcmath" CONFIGURE_ARGS+=--enable-bcmath |