Enable testing of customized variants of bsd.port.mk and
bsd.port.subdir.mk, without the overhead of an additional ports tree. Use make BSDPORTMK='${PORTSDIR}/My.Mk/bsd.port.mk' target and make BSDPORTSUBDIRMK='${PORTSDIR}/My.Mk/bsd.port.subdir.mk' target to build with the alternate versions. MFC after: 3 days
This commit is contained in:
parent
0c0b25ae91
commit
4a209e39a0
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTSDIR?= /usr/ports
|
||||
BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.port.mk"
|
||||
.include "${BSDPORTMK}"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTSDIR?= /usr/ports
|
||||
BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
|
||||
|
||||
.include "${PORTSDIR}/Mk/bsd.port.subdir.mk"
|
||||
.include "${BSDPORTSUBDIRMK}"
|
||||
|
Loading…
Reference in New Issue
Block a user