diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-25 17:05:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-25 17:05:51 +0800 |
commit | bd9a40b8abd46783f4419768ffaca27b69a6b0b7 (patch) | |
tree | 77af963f9d5b6aca9f22b3fe4e090deddcb07e1d /ports-mgmt/Makefile | |
parent | 9df86911b8d34b6be77588048013f065c97bbc85 (diff) | |
download | freebsd-ports-gnome-bd9a40b8abd46783f4419768ffaca27b69a6b0b7.tar.gz freebsd-ports-gnome-bd9a40b8abd46783f4419768ffaca27b69a6b0b7.tar.zst freebsd-ports-gnome-bd9a40b8abd46783f4419768ffaca27b69a6b0b7.zip |
Manage your own packages build on a dedicated build system.
The build system does the update of the ports tree,
moving old packages out of the way, fetch and rebuild
the packages you need. Its ports tree with packages
is served to the production systems and desktops.
On a system you can update installed ports with
the clean build packages from the build system.
WWW: http://people.freebsd.org/~dinoex/batch/README
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 c9842c6c95c2..51a2a4a96e23 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -25,6 +25,7 @@ SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_install + SUBDIR += pkg_jail SUBDIR += pkg_remove SUBDIR += pkg_replace SUBDIR += pkg_rmleaves |