summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorthepish <thepish@FreeBSD.org>1998-05-19 13:02:04 +0000
committerthepish <thepish@FreeBSD.org>1998-05-19 13:02:04 +0000
commit3b0c06fb6c12841785ea90f65af531039be0b47f (patch)
tree2d7db9ed7d02b6ade2432d9403c8cf4c3b8014a5 /share/examples
parentb82aea5ea9e184c0643105973341f79112778677 (diff)
downloadFreeBSD-src-3b0c06fb6c12841785ea90f65af531039be0b47f.zip
FreeBSD-src-3b0c06fb6c12841785ea90f65af531039be0b47f.tar.gz
PR: misc/6031
Patch applied as per PR - enables preferential fetch from local mirrors
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf46
1 files changed, 44 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 0db685a..19c81e2 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.62 1998/04/16 08:21:24 ache Exp $
+# $Id: make.conf,v 1.63 1998/05/08 20:15:39 phk Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@@ -127,13 +127,55 @@
#FORCE_PKG_REGISTER= YES
#
#
-# Port master sites.
+# Port mirror sites...
+#
+# If you have a ports distribution in one or more FTP sites closeby
+# (such as a mirror on your own lan) you can list them here. Sites listed here
+# will be checked after checking your cd rom but before any other
+# FTP site.
+#
+#LOCAL_SITE_LIST?= ftp://ftp.my.domain.au/ \
+# ftp://ftp.my.friends.domain.au/
+#
+# Uncomment your nearest location for preferred official mirrors. These will be
+# checked after any local sites (set above) but before the default master sites.
+#
+#LOCALE?= Argentina
+#LOCALE?= Australia
+#LOCALE?= Brazil
+#LOCALE?= Canada
+#LOCALE?= Czech Republic
+#LOCALE?= Estonia
+#LOCALE?= Finland
+#LOCALE?= France
+#LOCALE?= Germany
+#LOCALE?= Holland
+#LOCALE?= Hong Kong
+#LOCALE?= Iceland
+#LOCALE?= Ireland
+#LOCALE?= Israel
+#LOCALE?= Japan
+#LOCALE?= Korea
+#LOCALE?= Poland
+#LOCALE?= Portugal
+#LOCALE?= Russia
+#LOCALE?= South Africa
+#LOCALE?= Sweden
+#LOCALE?= Taiwan
+#LOCALE?= UK
+#LOCALE?= USA
+#
+# Port master sites...
#
# If you want your port fetches to go somewhere else than the default
# (specified below) in case the distfile/patchfile was not found,
# uncomment this and change it to a location nearest you. (Don't
# remove the "/${DIST_SUBDIR}/" part.)
#
+# This site will be checked as a last resort unless MASTER_SITE_OVERRIDE
+# is set (see below) in which case it is checked immediately after your
+# local and "locale" sites.
+#
#MASTER_SITE_BACKUP?= \
# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
#
OpenPOWER on IntegriCloud