diff options
author | 2018-10-16 14:08:33 +0000 | |
---|---|---|
committer | 2018-10-16 14:08:33 +0000 | |
commit | be1db1d858d39a688e4ed0391685b9d69c026e5a (patch) | |
tree | 3e25d495d52ac0035fa518b4ddd112fa977ae387 | |
parent | document tweak to FETCH_PACKAGES (diff) | |
download | wireguard-openbsd-be1db1d858d39a688e4ed0391685b9d69c026e5a.tar.xz wireguard-openbsd-be1db1d858d39a688e4ed0391685b9d69c026e5a.zip |
document FETCH_PACKAGES as well
-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 |