diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-10-16 14:08:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-10-16 14:08:34 +0000 |
commit | ffee34aab2767e188ee69eeea70b181e643b415b (patch) | |
tree | 305db507a1c6cc15dbcb41f44c162159dc93f3e5 /share | |
parent | 243f527a65b335f53f4a90e39153bd61d7f0f2db (diff) |
document FETCH_PACKAGES as well
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/ports.7 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 313b3149a5a..b29ad17b933 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (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.119 2018/07/16 09:12:40 espie Exp $ +.\" $OpenBSD: ports.7,v 1.120 2018/10/16 14:08:33 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: July 16 2018 $ +.Dd $Mdocdate: October 16 2018 $ .Dt PORTS 7 .Os .Sh NAME @@ -608,12 +608,16 @@ Command to use to fetch files. Normally .Xr ftp 1 . .It Ev FETCH_PACKAGES -If set to -.Dv Yes , -try to use +If set, +try to use as options to .Xr pkg_add 1 to install the missing packages from .Ev PKG_PATH . +For instance: +.Bd -literal -offset indent +make FETCH_PACKAGES= +.Ed +.Pp .It Ev PATCH_DEBUG If defined, display verbose output when applying each patch. .It Ev INTERACTIVE |