aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Session2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 09:11:28 +0000
commit1446aabaabf0b8668395a65887618153635e2024 (patch)
tree94992a8316f7d7e2c103ba44cd68a4031668b7b9 /www/pear-HTTP_Session2
parentc0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff)
downloadports-1446aabaabf0b8668395a65887618153635e2024.tar.gz
ports-1446aabaabf0b8668395a65887618153635e2024.zip
pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
.include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" the latter version also doesn't make any assumptions about the path of including Makefile PR: ports/57152 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes
Notes: svn path=/head/; revision=96749
Diffstat (limited to 'www/pear-HTTP_Session2')
-rw-r--r--www/pear-HTTP_Session2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-HTTP_Session2/Makefile b/www/pear-HTTP_Session2/Makefile
index ba9efc793dd2..5b94c8a269f0 100644
--- a/www/pear-HTTP_Session2/Makefile
+++ b/www/pear-HTTP_Session2/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}