diff options
author | eik <eik@FreeBSD.org> | 2004-01-27 17:36:08 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-01-27 17:36:08 +0000 |
commit | 11f8e0c7231816026662ee3020b4113c1cc62804 (patch) | |
tree | fd227d4004b1a82cfa8aac4d4f231681af178feb /ports-mgmt/pkg_install-devel/pkg-descr | |
parent | 2f2c7fdf8537cb2fe55049d995fd560aa938ab37 (diff) | |
download | FreeBSD-ports-11f8e0c7231816026662ee3020b4113c1cc62804.zip FreeBSD-ports-11f8e0c7231816026662ee3020b4113c1cc62804.tar.gz |
- remove sourceforge from MASTER_SITES
- install in /usr/local by default
- conflict with sysutils/pkg_install
Diffstat (limited to 'ports-mgmt/pkg_install-devel/pkg-descr')
-rw-r--r-- | ports-mgmt/pkg_install-devel/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ports-mgmt/pkg_install-devel/pkg-descr b/ports-mgmt/pkg_install-devel/pkg-descr index e012708..44c2af2 100644 --- a/ports-mgmt/pkg_install-devel/pkg-descr +++ b/ports-mgmt/pkg_install-devel/pkg-descr @@ -4,11 +4,10 @@ This version fixes some bugs of the -CURRENT tools. You should only install it it you have problems with the current version or want to test the new features. -*** CAUTION ***: This packages replaces your base system tools. -If you do not want this, install the port with +If you want to replace the base system tools, install via: make install PREFIX=/usr/local - -You can revert to the tools from the base system by doing +You can revert to the normal tools simply by uninstalling the +port or restoring them with: cd /usr/src/usr.sbin/pkg_install; make install if you have the sources installed. |