diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-13 08:09:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-13 08:09:35 +0000 |
commit | 5f02edfd752e7b66ffabbadfa0ff37f719805106 (patch) | |
tree | e854821f2c339705a827e72a53af6c1c51aaad5d /share/man/man5 | |
parent | f103ca6673ea176f95f6714d105fae086b699c5d (diff) |
byebye MASTER_SITE_OVERRIDE, we won't miss you
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f057b2c9aa8..bb31eab785d 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.485 2018/07/09 11:36:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.486 2018/07/13 08:09:34 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 9 2018 $ +.Dd $Mdocdate: July 13 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1973,22 +1973,11 @@ See also .Ev CHECKSUMFILES . .It Ev MASTER_SITE_BACKUP User settings. -List of sites to try after normal master sites, or before if -.Ev MASTER_SITE_OVERRIDE -is set to -.Sq Yes . +List of sites to try after normal master sites. Normally includes ${MASTER_SITE_OPENBSD} and ${MASTER_SITE_FREEBSD}. .It Ev MASTER_SITE_* Lists of standard sites to retrieve files from, refer to .Pa ${PORTSDIR}/infrastructure/templates/network.conf.template . -.It Ev MASTER_SITE_OVERRIDE -User settings. -Set to -.Sq Yes -to retrieve distfiles and patchfiles preferentially from the -${MASTER_SITE_BACKUP} sites. -Defaults to -.Sq \&No . .It Ev MASTER_SITES List of primary locations from which distribution files and patchfiles are retrieved. |