diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-11-01 13:06:49 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-11-01 13:06:49 +0000 |
commit | 76d22b4fe112bae9dc2a5962c2f53290574fd178 (patch) | |
tree | 091f2e552f121617643f030daea734c1f6c7a3a8 /share/man/man7/ports.7 | |
parent | 9072f14b489310284f87ec37d07d5e8831dc9591 (diff) |
be more directive, assume people really want binary packages, and will
resort to ports as a last resort.
Also, unconfuse the part about sudo and make install.
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r-- | share/man/man7/ports.7 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 0bc81cb0d20..36bcbdf397a 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.58 2006/09/26 18:49:48 jmc Exp $ +.\" $OpenBSD: ports.7,v 1.59 2006/11/01 13:06:48 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -36,10 +36,14 @@ The .Ox Ports Collection -(shamelessly stolen from the -.Fx -Ports Collection) offers a simple way -for users and administrators to install applications. +is the infrastructure used to create binary packages for third party +applications. +.Pp +For normal usage, refer to +.Xr packages 7 , +as most ports produce binary packages which are available from +the official CD-Rom, or on a neighborly ftp mirror. +.Pp Each port contains any patches necessary to make the original application source code compile and run on .Ox . @@ -195,11 +199,11 @@ by .Ar install , and so on all the way to .Ar fetch . -Typical use only runs +In typical use, one will only run .Ar install -explicitly (if root or +explicitly (as normal user, with .Ev SUDO -is defined in +defined in .Pa /etc/mk.conf ) , or .Ar build |