Don't read in /etc/src.conf when building ports.
Reported by: obrien Submitted by: ru
This commit is contained in:
parent
0fff4cde9d
commit
489ffb7126
@ -3,5 +3,8 @@
|
||||
PORTSDIR?= /usr/ports
|
||||
BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
|
||||
|
||||
# Needed to keep bsd.own.mk from reading in /etc/src.conf when building ports.
|
||||
SRCCONF= /dev/null
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${BSDPORTMK}"
|
||||
|
Loading…
Reference in New Issue
Block a user