diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-11-04 10:49:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-11-04 10:49:54 +0000 |
commit | 1c2b7fa507934e3cf9d39f2a6bd6a443216edd32 (patch) | |
tree | dfa823c29c4484565fb38673899cd2b3bd6756df /share | |
parent | bb54d62056cb3f77d73a95dad724fd095cdcd0b2 (diff) |
document FETCH_PACKAGES. common work with sturm@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 02a09b464b8..5b5de4ca28c 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.166 2005/11/01 14:09:33 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.167 2005/11/04 10:49:53 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -926,6 +926,15 @@ FETCH_MANUALLY+="after reading and agreeing to the license." Automatically sets .Ev IS_INTERACTIVE if some distribution files are missing. +.It Ev FETCH_PACKAGES +User settings. +If set to +.Sq Yes , +the +.Ar package +target will download packages missing from the repository from locations in +${PKG_PATH}. +It will only build them if no suitable packages are found. .It Ev FETCH_SYMLINK_DISTFILES User settings. Set to |