diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-04 08:49:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-04 08:49:41 +0000 |
commit | c9b904533ed30b040dd501b6979934eb9f3fd83d (patch) | |
tree | b26fd859d0aded00cc1a0264bc58c6b03e52647e /share | |
parent | b1261d24a463c4acc6707ffb485da40fc172a19e (diff) |
document FETCH_PACKAGES; from marcus popp
ok espie
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/ports.7 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 0435f5cbb69..f73fcff1114 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,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. .\" -.\" $OpenBSD: ports.7,v 1.64 2006/11/26 22:03:55 jmc Exp $ +.\" $OpenBSD: ports.7,v 1.65 2006/12/04 08:49:40 jmc Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -593,6 +593,13 @@ recurse to dependencies. Command to use to fetch files. Normally .Xr ftp 1 . +.It Ev FETCH_PACKAGES +If set to +.Dq Yes , +try to use +.Xr pkg_add 1 +to install the missing packages from +.Ev PKG_PATH . .It Ev PATCH_DEBUG If defined, display verbose output when applying each patch. .It Ev INTERACTIVE |