From 7cd92525cab349eb37873016dcd1f0809f3a8635 Mon Sep 17 00:00:00 2001 From: nik Date: Fri, 15 Jun 2001 08:35:57 +0000 Subject: Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly from another host. --- etc/defaults/make.conf | 4 ++++ share/examples/etc/make.conf | 4 ++++ 2 files changed, 8 insertions(+) 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: # -- cgit v1.1