diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-26 19:28:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-26 19:28:42 +0000 |
commit | 2ee75b5cf1b7ba214ee1fd46017f74dbdc0bbcca (patch) | |
tree | 9124a00d8d7218c2aebb2f5fc45dbe4c19700549 /sysutils/portupgrade-devel/Makefile | |
parent | add gfontview (diff) |
Update to 20010727 with a couple of new commands added. (No changes
have been made to the existing utilities)
pkg_deinstall: This is a package deinstaller with wildcards and
dependency recursion support.
pkg_glob: This is a package glob expander with wildcards and
dependency recursion support.
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r-- | sysutils/portupgrade-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 4d17452b32de..b958d4edd444 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= portupgrade -PORTVERSION= 20010714 +PORTVERSION= 20010727 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://www.iDaemons.org/distfiles/ @@ -23,7 +23,9 @@ USE_RUBY= yes NO_BUILD= yes -MAN1= pkgdepfix.1 \ +MAN1= pkg_deinstall.1 \ + pkg_glob.1 \ + pkgdepfix.1 \ portsdb.1 \ portupgrade.1 \ portversion.1 |