diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-30 22:47:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-30 22:47:20 +0000 |
commit | 7a4e97cb9ab2f8dceb0bf77c4a4470b8c4dcde7f (patch) | |
tree | 82cd1dfe8b0297021d06465645ca08c80b2234ba /ports-mgmt/Makefile | |
parent | 38be6ca76964b66d30afe49c8914716a41279a3f (diff) | |
download | freebsd-ports-7a4e97cb9ab2f8dceb0bf77c4a4470b8c4dcde7f.zip |
Finds updates for FreeBSD pkgs by checking the ports index.
pkg_findupdates - Finds updated packages.
pkg_bupdate - Perform a binary packages update.
WWW: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/
PR: 133404
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 050f979eee0a..c052763e5b02 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -14,6 +14,7 @@ SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += p5-FreeBSD-Pkgs + SUBDIR += p5-FreeBSD-Pkgs-FindUpdates SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash |