aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-10-10 17:05:35 +0800
committererwin <erwin@FreeBSD.org>2003-10-10 17:05:35 +0800
commitc1e9b22c00b69dbc0707db2d8f06da057fa5b691 (patch)
tree04baaf53d44525ebf0c7ccdbbc82d813e7d87734 /mail
parent25c058a1382f3523394a314f2d1fa9d81bb4fdf3 (diff)
downloadfreebsd-ports-gnome-c1e9b22c00b69dbc0707db2d8f06da057fa5b691.tar.gz
freebsd-ports-gnome-c1e9b22c00b69dbc0707db2d8f06da057fa5b691.tar.zst
freebsd-ports-gnome-c1e9b22c00b69dbc0707db2d8f06da057fa5b691.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.
Diffstat (limited to 'mail')
-rw-r--r--mail/pear-mailparse/Makefile4
-rw-r--r--mail/pecl-mailparse/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/pear-mailparse/Makefile b/mail/pear-mailparse/Makefile
index 4fc59372dd1b..2d005fd913a7 100644
--- a/mail/pear-mailparse/Makefile
+++ b/mail/pear-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 \
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 \