diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index b76c7f549347..4f24588c6944 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -1,23 +1,23 @@ PORTNAME= pkg_cleanup PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt DISTFILES= MAINTAINER= ports@FreeBSD.org COMMENT= Interactive program for deinstalling 'leaf' packages WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/pkg_cleanup \ share/man/man1/pkg_cleanup.1.gz do-extract: @${MKDIR} ${WRKSRC} @${CP} -a ${FILESDIR}/ ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pkg_cleanup ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pkg_cleanup.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 index 336ad17b428e..d22447a5cd7b 100644 --- a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 +++ b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 @@ -1,26 +1,26 @@ .TH PKG_CLEANUP 1 "October 2007" FreeBSD .SH NAME pkg_cleanup \- deinstall 'leaf' packages .SH SYNOPSIS .B pkg_cleanup .SH DESCRIPTION .B pkg_rmleaves Finds packages that are not required by any other installed package and lets you decide (in a dialog interface) for each one if you want to delete it. The package comment is shown at the top of the screen and F1 will display the full package description. .P Once the packages marked for removal have been deleted, you'll be asked if you want to do another run (to see packages that have become 'leaves' now because you've deinstalled the package(s) that depended on them). In every run you will be shown only packages that you haven't marked for keeping, yet. .P This program was heavily based on the pkg_rmleaves script. The only functional difference is that this version shows the package comment and F1 will show the package description. .SH BUGS pkg_cleanup does not display the help line for the first selected package .SH AUTHOR Stephen Hurd .SH SEE ALSO -pkg_delete(1), pkg_info(1) +pkg-delete(1), pkg-info(1)