summaryrefslogtreecommitdiff
path: root/www/pear-APC/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
commit1446aabaabf0b8668395a65887618153635e2024 (patch)
tree94992a8316f7d7e2c103ba44cd68a4031668b7b9 /www/pear-APC/Makefile
parentNew port: pear-HTTP_Upload: Easy and secure managment of files submitted via ... (diff)
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes
Notes: svn path=/head/; revision=96749
Diffstat (limited to 'www/pear-APC/Makefile')
-rw-r--r--www/pear-APC/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pear-APC/Makefile b/www/pear-APC/Makefile
index e5fa8bd38da5..7396299260d7 100644
--- a/www/pear-APC/Makefile
+++ b/www/pear-APC/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 \