diff options
author | 2017-02-20 14:29:55 +0000 | |
---|---|---|
committer | 2017-02-20 14:29:55 +0000 | |
commit | d26115a5284dbd4781dc87fffd4f0da377e65b47 (patch) | |
tree | 70a74117930697c98c840fe53195da6488cf224a /share/man/man5 | |
parent | tighter documentation for dependency handling (diff) | |
download | wireguard-openbsd-d26115a5284dbd4781dc87fffd4f0da377e65b47.tar.xz wireguard-openbsd-d26115a5284dbd4781dc87fffd4f0da377e65b47.zip |
install-depends works as expected for multi-package setups.
it's prepare that's special.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5c024dc8c72..3696c226e92 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.454 2017/02/20 14:21:45 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.455 2017/02/20 14:29:55 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -349,7 +349,9 @@ See .Ev SUPDISTFILES , .Ev REFETCH . .It Cm fetch-all -Also fetches +Like +.Cm fetch , +but also fetches .Ev SUPDISTFILES , for use with e.g., .Cm makesum . @@ -357,16 +359,10 @@ for use with e.g., Top-level target, see .Xr ports 7 . .It Cm install-depends -Before package installation, Install and verify dependencies constructed from -.Ev RUN_DEPENDS , -.Ev LIB_DEPENDS , +Before package installation, install and verify dependencies constructed from +.Ev RUN_DEPENDS , LIB_DEPENDS , and .Ev WANTLIB . -In -.Ev MULTI_PACKAGES -setups, -see -.Sx FLAVORS AND MULTI_PACKAGES . .It Cm install Install the package after building. See the description of |