aboutsummaryrefslogtreecommitdiff
path: root/mail/pecl-mailparse
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-10 09:05:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-10 09:05:35 +0000
commit6ce3f03d1be98e10972d038a536b11d025560eae (patch)
treee8fc8977796d91d514e0181c1a56d8ce45250ac4 /mail/pecl-mailparse
parent0899bacf86692288bc5173a684c710e6a67d2dc8 (diff)
downloadports-6ce3f03d1be98e10972d038a536b11d025560eae.tar.gz
ports-6ce3f03d1be98e10972d038a536b11d025560eae.zip
Replace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct and
for bordercases like me where those two not necessarily are the same, it makes it compile again.
Notes
Notes: svn path=/head/; revision=90773
Diffstat (limited to 'mail/pecl-mailparse')
-rw-r--r--mail/pecl-mailparse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile
index 4fc59372dd1b..2d005fd913a7 100644
--- a/mail/pecl-mailparse/Makefile
+++ b/mail/pecl-mailparse/Makefile
@@ -20,8 +20,8 @@ IS_INTERACTIVE= 'need to build php4 with mbstring support.'
USE_PHPIZE= yes
.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 \