summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/make.conf4
-rw-r--r--share/examples/etc/make.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index cccd46f..2f6d524 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -297,6 +297,10 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\.
#
+# Ports can place their working directories somewhere other than under
+# /usr/ports.
+#WRKDIRPREFIX= /var/tmp
+#
# Kerberos IV
# If you want KerberosIV (KTH eBones), define this:
#
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index cccd46f..2f6d524 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -297,6 +297,10 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local-distfiles/ ://[^/]*\.jp/ ://[^/]*\.jp\.
#
+# Ports can place their working directories somewhere other than under
+# /usr/ports.
+#WRKDIRPREFIX= /var/tmp
+#
# Kerberos IV
# If you want KerberosIV (KTH eBones), define this:
#
OpenPOWER on IntegriCloud