Bug 57152 - pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
Summary: pear-* ports: simplify path to devel/pear-PEAR/Makefile.common
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 11:10 UTC by Roman Neuhauser
Modified: 2003-12-28 09:11 UTC (History)
0 users

See Also:


Attachments
pear-ports-.CURDIR-PORTSDIR.patch (12.84 KB, patch)
2003-09-24 11:10 UTC, Roman Neuhauser
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!