Bug 57152

Summary: pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
Product: Ports & Packages Reporter: Roman Neuhauser <neuhauser>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pear-ports-.CURDIR-PORTSDIR.patch none

Description Roman Neuhauser 2003-09-24 11:10:21 UTC
.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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-12-28 09:11:28 UTC
State Changed
From-To: open->closed

Commited, thanks!