summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-06-12 17:27:21 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-06-12 17:27:21 +0000
commit4493470bd2e6e24c31ea637180a75856947fc4b5 (patch)
tree95dca3a6ff6d92200333c7f426683522fa53e5ea /share/man
parent087850cd400a3a156c66441a8c68d57678fec39f (diff)
document that RECURSIVE_FETCH_LIST is set to No by default.
ok sturm, ajacoutot, espie.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man7/mirroring-ports.712
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/mirroring-ports.7 b/share/man/man7/mirroring-ports.7
index 5b991196424..c278c46f2ed 100644
--- a/share/man/man7/mirroring-ports.7
+++ b/share/man/man7/mirroring-ports.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mirroring-ports.7,v 1.17 2009/02/19 21:44:24 espie Exp $
+.\" $OpenBSD: mirroring-ports.7,v 1.18 2009/06/12 17:27:20 sthen Exp $
.\"
.\" Copyright (c) 2000 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: February 19 2009 $
+.Dd $Mdocdate: June 12 2009 $
.Dt MIRRORING-PORTS 7
.Os
.Sh NAME
@@ -43,14 +43,14 @@ This target builds
which can be used on almost any Unix-like machine to mirror
.Ox
distfiles.
-By default, port dependencies will also be recorded in the Makefile,
-which accounts for most of the execution time of
+Optionally, port dependencies may also be recorded in the Makefile,
+which greatly increases the execution time of
.Ar mirror-maker .
The variable
.Ev RECURSIVE_FETCH_LIST
can be set to
-.Sq \&No
-to bypass that computation.
+.Sq \&Yes
+to request that this is done.
.Pp
A sample Makefile entry is formatted like this:
.Bd -literal