diff options
Diffstat (limited to 'share/mk/bsd.port.mk')
-rw-r--r-- | share/mk/bsd.port.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk new file mode 100644 index 000000000000..99374a5024be --- /dev/null +++ b/share/mk/bsd.port.mk @@ -0,0 +1,11 @@ +# $FreeBSD$ + +PORTSDIR?= /usr/ports +BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk + +# Needed to keep bsd.own.mk from reading in /etc/src.conf +# and setting MK_* variables when building ports. +_WITHOUT_SRCCONF= + +.include <bsd.own.mk> +.include "${BSDPORTMK}" |