diff --git a/ports-mgmt/pkg_remove/pkg-descr b/ports-mgmt/pkg_remove/pkg-descr index 95735efe50fb..84f68848781d 100644 --- a/ports-mgmt/pkg_remove/pkg-descr +++ b/ports-mgmt/pkg_remove/pkg-descr @@ -1,2 +1,18 @@ Utility to uninstall packages. -This perl script is written by SADA Kenji . +Unlike pkg_delete, pkg_remove removes all packages which depend to +the packages you specify, in proper order, by one command line. + +For example: +# pkg_remove netscape + Remove all netscape related packages. +# pkg_remove xemacs + Same as above about xemacs. +# pkg_remove tiff + Remove tiff library and whole packages which use it. +# pkg_remove '^ja-' + Remove all japanese packages. +# pkg_remove ALL + Remove all packages. + +- SADA Kenji +sada@FreeBSD.org diff --git a/sysutils/pkg_remove/pkg-descr b/sysutils/pkg_remove/pkg-descr index 95735efe50fb..84f68848781d 100644 --- a/sysutils/pkg_remove/pkg-descr +++ b/sysutils/pkg_remove/pkg-descr @@ -1,2 +1,18 @@ Utility to uninstall packages. -This perl script is written by SADA Kenji . +Unlike pkg_delete, pkg_remove removes all packages which depend to +the packages you specify, in proper order, by one command line. + +For example: +# pkg_remove netscape + Remove all netscape related packages. +# pkg_remove xemacs + Same as above about xemacs. +# pkg_remove tiff + Remove tiff library and whole packages which use it. +# pkg_remove '^ja-' + Remove all japanese packages. +# pkg_remove ALL + Remove all packages. + +- SADA Kenji +sada@FreeBSD.org