(Only the first 10 of 13 ports in this commit are shown above. )
- Reflect the fact that APC is now a PECL package
- Take maintainership
PR: ports/78019
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus
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>