Don't read in /etc/src.conf when building ports.

Reported by:	obrien
Submitted by:	ru
This commit is contained in:
David E. O'Brien 2006-08-24 18:04:49 +00:00
parent 0fff4cde9d
commit 489ffb7126
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161583

View File

@ -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}"