From 515ba752bd0e40f4c57ee4c869279b3167e98c84 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 12 Nov 2003 08:06:35 +0000 Subject: [PATCH] Document the 'fetch-recursive-list' and 'deinstall-all' targets. No MFC reminder, I'll sync this page with the one in -stable in a couple of days. PR: docs/46181 Patch submitted by: Sergey Matveychuk --- share/man/man7/ports.7 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 1aaad00a2eed..4612bd29bddc 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -163,6 +163,9 @@ The following targets are not run during the normal install process. Show list of files needed to be fetched in order to build the port. .It Cm fetch-recursive Fetch the distfiles of the port and all its dependencies. +.It Cm fetch-recursive-list +Show list of files that would be retrieved by +.Cm fetch-recursive . .It Cm pretty-print-run-depends-list , pretty-print-build-depends-list Print a list of all the compile and run dependencies, and dependencies of those dependencies. @@ -191,6 +194,10 @@ when you should have used .It Cm deinstall Remove an installed port from the system, similar to .Xr pkg_delete 1 . +.It Cm deinstall-all +Remove all installed ports with the same +.Va PKGORIGIN +from the system. .It Cm package Make a binary package for the port. The port will be installed if it has not already been.