mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
ports.7: Update dialog4ports to portconfig
dialog4ports has been replaced with portconfig for several years. It was marked as deprecated and broken in ports:61e4a788ecab. While here, tag SPDX. MFC after: 3 days Reported by: Community Discord Reviewed by: bapt (previous version), mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D49204
This commit is contained in:
parent
c8c32d3e33
commit
3bf433f141
1 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
.\"
|
||||
.\" SPDX-License-Identifier: BSD-2-Clause
|
||||
.\"
|
||||
.\" Copyright (c) 1997 David E. O'Brien
|
||||
.\"
|
||||
.\" All rights reserved.
|
||||
|
|
@ -23,7 +25,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd September 24, 2023
|
||||
.Dd March 21, 2025
|
||||
.Dt PORTS 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -163,7 +165,7 @@ target.
|
|||
Configure
|
||||
.Va OPTIONS
|
||||
for this port using
|
||||
.Xr dialog4ports 1 .
|
||||
.Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig .
|
||||
.It Cm fetch
|
||||
Fetch all of the files needed to build this port from the sites
|
||||
listed in
|
||||
|
|
@ -245,7 +247,7 @@ configured.
|
|||
Configure
|
||||
.Va OPTIONS
|
||||
for this port and all its dependencies using
|
||||
.Xr dialog4ports 1 .
|
||||
.Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig .
|
||||
.It Cm fetch-list
|
||||
Show the list of files to fetch in order to build the port (but not its
|
||||
dependencies).
|
||||
|
|
|
|||
Loading…
Reference in a new issue