From 88ed1dc708b9eb365c3f608d653fa7732c307cfc Mon Sep 17 00:00:00 2001 From: krion Date: Mon, 7 Feb 2005 23:04:33 +0000 Subject: Introduce three new targets for ports collection: showconfig-recursive, rmconfig-recursive and config-conditional. MFC after: 3 days --- share/man/man7/ports.7 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'share/man/man7') diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 4a80029..d314193 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 17, 2004 +.Dd February 8, 2005 .Dt PORTS 7 .Os .Sh NAME @@ -168,10 +168,22 @@ The following targets are not run during the normal install process. Display .Va OPTIONS config for this port. +.It Cm showconfig-recursive +Display +.Va OPTIONS +config for this port and all its dependencies. .It Cm rmconfig Remove .Va OPTIONS config for this port. +.It Cm rmconfig-recursive +Remove +.Va OPTIONS +config for this port and all its dependencies. +.It Cm config-conditional +Skip the ports which have already had their +.Va OPTIONS +configured. .It Cm fetch-list Show list of files to be fetched in order to build the port. .It Cm fetch-recursive -- cgit v1.1