diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-10 09:05:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-10 09:05:35 +0000 |
commit | 6ce3f03d1be98e10972d038a536b11d025560eae (patch) | |
tree | e8fc8977796d91d514e0181c1a56d8ce45250ac4 /devel/pear-PEAR | |
parent | 0899bacf86692288bc5173a684c710e6a67d2dc8 (diff) | |
download | ports-6ce3f03d1be98e10972d038a536b11d025560eae.tar.gz ports-6ce3f03d1be98e10972d038a536b11d025560eae.zip |
Notes
Diffstat (limited to 'devel/pear-PEAR')
-rw-r--r-- | devel/pear-PEAR/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 4 |
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} |