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 /devel/pear-apd | |
parent | c0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff) | |
download | ports-1446aabaabf0b8668395a65887618153635e2024.tar.gz ports-1446aabaabf0b8668395a65887618153635e2024.zip |
Notes
Diffstat (limited to 'devel/pear-apd')
-rw-r--r-- | devel/pear-apd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-apd/Makefile b/devel/pear-apd/Makefile index 0056c95dde2d..65a9700ff0fb 100644 --- a/devel/pear-apd/Makefile +++ b/devel/pear-apd/Makefile @@ -20,8 +20,8 @@ USE_PHPIZE= yes CONFIGURE_ARGS= --enable-apd .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 \ |