diff options
author | pav <pav@FreeBSD.org> | 2004-12-28 10:51:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-28 10:51:31 +0800 |
commit | 98904191a0583ebab1d1d80dafb837083dd6a09f (patch) | |
tree | 33dc45acf8cb3200314b5fc3a5c4314567c9960a /sysutils/Makefile | |
parent | d93e6b7b73ef2961acf9c6f5058c4ca7be782b8d (diff) | |
download | freebsd-ports-gnome-98904191a0583ebab1d1d80dafb837083dd6a09f.tar.gz freebsd-ports-gnome-98904191a0583ebab1d1d80dafb837083dd6a09f.tar.zst freebsd-ports-gnome-98904191a0583ebab1d1d80dafb837083dd6a09f.zip |
pkg_rmleaves finds packages that are not requested by any other installed
package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.
This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.
PR: ports/75517
Submitted by: Timothy Redaelli <drizzt@gufi.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 647d02b8f930..211496ac43c0 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -335,6 +335,7 @@ SUBDIR += pkg_install SUBDIR += pkg_install-devel SUBDIR += pkg_remove + SUBDIR += pkg_rmleaves SUBDIR += pkg_tree SUBDIR += pkill SUBDIR += plconfig |