From 49ddfdec19b975ae098cbe9717306d08e8a5879c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Fri, 30 Apr 2021 12:39:04 +0200 Subject: [PATCH] ports(7): Add install-missing-packages to target list It is already used in the EXAMPLES section. Approved by: bcr@ (manpages) Differential Revision: https://reviews.freebsd.org/D30044 --- share/man/man7/ports.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index ed1e8633fe2..3a62a23d5a1 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 17, 2021 +.Dd June 10, 2021 .Dt PORTS 7 .Os .Sh NAME @@ -217,6 +217,8 @@ target. .It Cm install Install the port and register it with the package system. This is all you really need to do. +.It Cm install-missing-packages +Install missing dependencies from packages instead of building them. .El .Pp The following targets are not run during the normal install process.