diff options
Diffstat (limited to 'devel')
-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 532bca319c3..b33c32c1f01 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 25610e9dad8..d8d5ab3d00f 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} |