ports.7: Update examples with install-missing-packages
The ports framework recently grew support for installing dependencies with a dedicated target called "install-missing-packages". Let's retire the carefully constructed one-liner that was used for getting dependencies so far and use the official ports target instead. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D23485
This commit is contained in:
parent
2125f57a16
commit
a3f02b1af7
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 12, 2019
|
||||
.Dd February 4, 2020
|
||||
.Dt PORTS 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -592,7 +592,7 @@ build its dependencies.
|
||||
Instead, the dependencies are downloaded via
|
||||
.Xr pkg 8 .
|
||||
.Bd -literal -offset 2n
|
||||
.Li # Ic make missing | xargs pkg install --automatic --yes
|
||||
.Li # Ic make install-missing-packages
|
||||
.Li # Ic make install
|
||||
.Ed
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user