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
This commit is contained in:
Fernando Apesteguía 2021-04-30 12:39:04 +02:00
parent 67e892819b
commit 49ddfdec19

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 17, 2021 .Dd June 10, 2021
.Dt PORTS 7 .Dt PORTS 7
.Os .Os
.Sh NAME .Sh NAME
@ -217,6 +217,8 @@ target.
.It Cm install .It Cm install
Install the port and register it with the package system. Install the port and register it with the package system.
This is all you really need to do. This is all you really need to do.
.It Cm install-missing-packages
Install missing dependencies from packages instead of building them.
.El .El
.Pp .Pp
The following targets are not run during the normal install process. The following targets are not run during the normal install process.