diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
commit | 1446aabaabf0b8668395a65887618153635e2024 (patch) | |
tree | 94992a8316f7d7e2c103ba44cd68a4031668b7b9 /www/pecl-APC-devel | |
parent | c0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff) |
Notes
Diffstat (limited to 'www/pecl-APC-devel')
-rw-r--r-- | www/pecl-APC-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pecl-APC-devel/Makefile b/www/pecl-APC-devel/Makefile index e5fa8bd38da5..7396299260d7 100644 --- a/www/pecl-APC-devel/Makefile +++ b/www/pecl-APC-devel/Makefile @@ -20,8 +20,8 @@ USE_PHPIZE= yes CONFIGURE_ARGS= --enable-apc .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/php4/bsd.php.mk" -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/lang/php4/bsd.php.mk" +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .if exists(${LOCALBASE}/bin/php-config) EXT_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e \ |