From 1446aabaabf0b8668395a65887618153635e2024 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 28 Dec 2003 09:11:28 +0000 Subject: pear-* ports: simplify path to devel/pear-PEAR/Makefile.common .include .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" can be simplified to: .include .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 --- www/pear-HTTP_Session2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/pear-HTTP_Session2') 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 -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -- cgit v1.2.3