summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-15 08:27:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-15 08:27:23 +0000
commitdf577a4e652b6385440317784f28d739e8f21478 (patch)
treeebac0a627b60c7028f2ce1724c7578700bc91342 /etc
parentd6082f3293a821def8be64877064dc183ac41893 (diff)
downloadsrc-test2-df577a4e652b6385440317784f28d739e8f21478.tar.gz
src-test2-df577a4e652b6385440317784f28d739e8f21478.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/make.conf35
1 files changed, 34 insertions, 1 deletions
diff --git a/etc/make.conf b/etc/make.conf
index 0edf50b825e5..4b0037d86c23 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.17.4.5 1996/06/05 02:36:31 jkh Exp $
+# $Id: make.conf,v 1.17.4.6 1996/06/17 09:17:05 jkh 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
@@ -85,6 +85,39 @@
#SHARED_LIBCC_INT= smaller_cc
#
#
+# 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.)
+#
+#MASTER_SITE_BACKUP?= \
+# ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/
+#
+# If you want your port fetches to check the above site first (before
+# the MASTER_SITES specified in the port Makefiles), uncomment the
+# line below. You can also change the right side to point to wherever
+# you want.
+#
+#MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}
+#
+# Some ports use a special variable to point to a collection of
+# mirrors of well-known software archives. If you have a mirror close
+# to you, uncomment any of the following lines and change it to that
+# address. (Don't remove the "/${MASTER_SITE_SUBDIR}/" part.)
+#
+# Note: the right hand sides of the following lines are only for your
+# information. For a full list of default sites, take a look at
+# bsd.port.mk.
+#
+#MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/${MASTER_SITE_SUBDIR}/
+#MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/${MASTER_SITE_SUBDIR}/
+#MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/${MASTER_SITE_SUBDIR}/
+#MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/public/ctan/tex-archive/${MASTER_SITE_SUBDIR}/
+#MASTER_SITE_SUNSITE= ftp://sunsite.unc.edu/pub/Linux/${MASTER_SITE_SUBDIR}/
+#
+#
# Kerberos IV
# If you want the eBones-based Kerberos, define this:
#