aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PEAR
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 /devel/pear-PEAR
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 'devel/pear-PEAR')
-rw-r--r--devel/pear-PEAR/Makefile2
-rw-r--r--devel/pear-PEAR/Makefile.common4
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pear-PEAR/Makefile b/devel/pear-PEAR/Makefile
index 532bca319c3e..b33c32c1f012 100644
--- a/devel/pear-PEAR/Makefile
+++ b/devel/pear-PEAR/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/Archive/Tar.php:${PORTSDIR}/archivers/pear-Archive_Tar
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
MANIFEST= OS PEAR PEAR.php System.php package.dtd scripts template.spec
diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common
index 25610e9dad82..d8d5ab3d00f8 100644
--- a/devel/pear-PEAR/Makefile.common
+++ b/devel/pear-PEAR/Makefile.common
@@ -21,8 +21,8 @@ PEARDIR= ${PHP_BASE}/${LPEARDIR}
LPKGREGDIR= ${LPEARDIR}/packages/${PKGNAME}
PKGREGDIR= ${PHP_BASE}/${LPKGREGDIR}
PLIST_SUB= PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR}
-PKGINSTALL= ${.CURDIR}/../../devel/pear-PEAR/pkg-install
-PKGDEINSTALL= ${.CURDIR}/../../devel/pear-PEAR/pkg-deinstall
+PKGINSTALL= ${PORTSDIR}/devel/pear-PEAR/pkg-install
+PKGDEINSTALL= ${PORTSDIR}/devel/pear-PEAR/pkg-deinstall
DOCSDIR= ${PEARDIR}/docs/${PORTNAME}