summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>1999-02-14 12:49:15 +0000
committertron <tron>1999-02-14 12:49:15 +0000
commit64ae301429685b1a496dbdf9805aceacbd278e1f (patch)
tree5d23b4aa84ec8c2358aca948a16a3130ccaffdb7 /mk
parentab5dabfa11cf71f214a03002cb1f2b64673b168e (diff)
downloadpkgsrc-64ae301429685b1a496dbdf9805aceacbd278e1f.tar.gz
Add "MASTER_SITE_OVERRIDE".
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index cf778b280e1..d779286c1d1 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.39 1999/01/30 22:11:37 is Exp $
+# $NetBSD: mk.conf.example,v 1.40 1999/02/14 12:49:15 tron Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -54,6 +54,10 @@
# Possible: defined, not defined
# Default: not defined
+#MASTER_SITE_OVERRIDE= URL # Search for distfiles at the location
+ # specified by the URL first.
+ # Default: not defined
+
#PASSIVE_FETCH= 1 # Use ftp(1) in passive mode, for use behind
# filtering firewalls.
# (Set by default in ftp(1) in NetBSD-current)