Deleted Added
full compact
bsd.port.mk (161583) bsd.port.mk (164411)
1# $FreeBSD: head/share/mk/bsd.port.mk 161583 2006-08-24 18:04:49Z obrien $
1# $FreeBSD: head/share/mk/bsd.port.mk 164411 2006-11-19 16:28:52Z ru $
2
3PORTSDIR?= /usr/ports
4BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
5
2
3PORTSDIR?= /usr/ports
4BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
5
6# Needed to keep bsd.own.mk from reading in /etc/src.conf when building ports.
7SRCCONF= /dev/null
6# Needed to keep bsd.own.mk from reading in /etc/src.conf
7# and setting MK_* variables when building ports.
8_WITHOUT_SRCCONF=
8
9.include <bsd.own.mk>
10.include "${BSDPORTMK}"
9
10.include <bsd.own.mk>
11.include "${BSDPORTMK}"