diff options
author | krion <krion@FreeBSD.org> | 2005-02-07 23:04:33 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-07 23:04:33 +0000 |
commit | 88ed1dc708b9eb365c3f608d653fa7732c307cfc (patch) | |
tree | b634d1c9900d9926c8f41f91ee7ee6dec70264ac | |
parent | 4a479b242427dd7291f1456f605ae37513c1ceaf (diff) | |
download | FreeBSD-src-88ed1dc708b9eb365c3f608d653fa7732c307cfc.zip FreeBSD-src-88ed1dc708b9eb365c3f608d653fa7732c307cfc.tar.gz |
Introduce three new targets for ports collection:
showconfig-recursive, rmconfig-recursive and config-conditional.
MFC after: 3 days
-rw-r--r-- | share/man/man7/ports.7 | 14 |
1 files changed, 13 insertions, 1 deletions
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 |