diff options
Diffstat (limited to 'www/pecl-APC-devel/Makefile')
-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 \ |