diff options
author | asami <asami@FreeBSD.org> | 1997-04-15 08:16:44 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-15 08:16:44 +0000 |
commit | 54f4bf0d7dfbda79a12b8a706b11ed84317e77ce (patch) | |
tree | 67165e1262ee621ddccba2a4e8d6e62b9088e32a /share/examples | |
parent | fec7811ef91e27f6f1461849015501ce0da19409 (diff) | |
download | FreeBSD-src-54f4bf0d7dfbda79a12b8a706b11ed84317e77ce.zip FreeBSD-src-54f4bf0d7dfbda79a12b8a706b11ed84317e77ce.tar.gz |
Add comments about overridable MASTER_SITE_* variables.
Suggested by: Narvi <narvi@haldjas.folklore.ee>
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index f0bb9e8..a2c2e15 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.45 1997/03/30 23:43:41 scrappy Exp $ +# $Id: make.conf,v 1.46 1997/03/31 05:26:39 scrappy 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 @@ -112,6 +112,39 @@ #FTP_PASSIVE_MODE= YES # # +# 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: # |