From 2cb4dc44f3cfa2fe6218d40eaaebeedc0c826661 Mon Sep 17 00:00:00 2001 From: edwin 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_Header/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/pear-HTTP_Header') diff --git a/www/pear-HTTP_Header/Makefile b/www/pear-HTTP_Header/Makefile index 294f331c275e..7c388eb1c124 100644 --- a/www/pear-HTTP_Header/Makefile +++ b/www/pear-HTTP_Header/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} \ ${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP .include -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -- cgit