diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-30 14:19:27 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-09-30 14:19:27 +0000 |
commit | d85f8f76c8571ac9c6f2f08f1c7c33d95f560ff0 (patch) | |
tree | 22bc05c1961112e3a760c4ac32cee250c4cc4bf1 /sysutils/Makefile | |
parent | f707a5e303ff5cd588a161176b6a1de070c9cc6a (diff) | |
download | ports-d85f8f76c8571ac9c6f2f08f1c7c33d95f560ff0.tar.gz ports-d85f8f76c8571ac9c6f2f08f1c7c33d95f560ff0.zip |
add pkg_cutleaves-20030727
pkg_cutleaves finds installed 'leaf' packages, i.e. packages that
are not referenced by any other installed package, and lets you
decide for each one if you want to keep or deinstall it via pkg_deinstall(1).
PR: 54912
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes:
svn path=/head/; revision=89898
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 18148b67c69e..5992fac15457 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -223,6 +223,7 @@ SUBDIR += personality SUBDIR += pftop SUBDIR += pib + SUBDIR += pkg_cutleaves SUBDIR += pkg_install SUBDIR += pkg_remove SUBDIR += pkg_tree |