summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-17 13:39:55 +0000
committerkrion <krion@FreeBSD.org>2004-12-17 13:39:55 +0000
commit28007e4e8826f0e64da25c95d694d20cbe58a9c9 (patch)
treefa2fd99cada0407c9f16ab76a91e1be7b952809d /share
parentc5bea8b66d9b4be0ca657c4c6e854da794c7f441 (diff)
downloadFreeBSD-src-28007e4e8826f0e64da25c95d694d20cbe58a9c9.zip
FreeBSD-src-28007e4e8826f0e64da25c95d694d20cbe58a9c9.tar.gz
Introduce new variables FETCHINDEX, MASTER_SITE_INDEX and add
description for MASTER_SITE_BACKUP. Based on PR: ports/74709 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> Reviewed by: ru MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/ports.726
1 files changed, 23 insertions, 3 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 9d42e28..345a4b1 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 18, 2004
+.Dd December 17, 2004
.Dt PORTS 7
.Os
.Sh NAME
@@ -118,9 +118,9 @@ listed in
and
.Va PATCH_SITES .
See
-.Va FETCH_CMD
+.Va FETCH_CMD , MASTER_SITE_OVERRIDE
and
-.Va MASTER_SITE_OVERRIDE .
+.Va MASTER_SITE_BACKUP .
.It Cm checksum
Verify that the fetched distfile's checksum matches the one the port was
tested against.
@@ -380,6 +380,26 @@ If set, go to the master
site for all files.
.It Va MASTER_SITE_OVERRIDE
Try going to these sites for all files and patches, first.
+.It Va MASTER_SITE_BACKUP
+Try going to these sites for all files and patches, last.
+.It Va MASTER_SITE_INDEX
+Where to get
+.Pa INDEX
+source built on
+.Fx
+cluster (for
+.Cm fetchindex
+target).
+Defaults to
+.Pa http://www.FreeBSD.org/ports/ .
+.It Va FETCHINDEX
+Command to get
+.Pa INDEX
+(for
+.Cm fetchindex
+target).
+Defaults to
+.Dq Nm fetch Fl am .
.It Va NOCLEANDEPENDS
If defined, do not let
.Cm clean
OpenPOWER on IntegriCloud