diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-07-27 20:04:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-07-27 20:04:48 +0000 |
| commit | 15cee06db7f4088a5fd159ede94005be76f65cc1 (patch) | |
| tree | ea88f5ac94e3238e9c9becadb066354c51ae0e88 | |
| parent | ee6b01b97bbd10be098f2e5fb0e6c7376853a330 (diff) | |
Notes
| -rw-r--r-- | share/man/man7/release.7 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 73c9025317e17..4006400067585 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -203,7 +203,7 @@ directory tree. .El .Pp Optional variables: -.Bl -tag -width ".Va RELEASEDISTFILES" +.Bl -tag -width ".Va PREFETCHDISTFILES" .It Va CVSCMDARGS Additional arguments for .Xr cvs 1 @@ -273,6 +273,14 @@ to run from .Pa ${CHROOTDIR}/usr/ports , which can be a very time consuming operation. +.It Va PREFETCHDISTFILES +If this variable is defined, +then distfiles needed during the release build will be downloaded prior to +entering the +.Xr chroot 8 +environment. +Note that this is done after any distfiles are obtained via +.Va RELEASEDISTFILES . .It Va RELEASEDISTFILES The directory where the distribution files for ports required by the release build can be found. |
