diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-10 17:05:35 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-10 17:05:35 +0800 |
commit | c1e9b22c00b69dbc0707db2d8f06da057fa5b691 (patch) | |
tree | 04baaf53d44525ebf0c7ccdbbc82d813e7d87734 /mail | |
parent | 25c058a1382f3523394a314f2d1fa9d81bb4fdf3 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | mail/pecl-mailparse/Makefile | 4 |
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 \ |