svn commit: r231111 - head/share/man/man7

Eitan Adler eadler at FreeBSD.org
Tue Feb 7 04:00:58 UTC 2012


Author: eadler
Date: Tue Feb  7 04:00:57 2012
New Revision: 231111
URL: http://svn.freebsd.org/changeset/base/231111

Log:
  ports(7) currently makes no mention of LOCALBASE: fix that
  
  PR:		docs/159551
  Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
  Approved by:	gjb
  MFC after:	3 days

Modified:
  head/share/man/man7/ports.7

Modified: head/share/man/man7/ports.7
==============================================================================
--- head/share/man/man7/ports.7	Tue Feb  7 03:41:08 2012	(r231110)
+++ head/share/man/man7/ports.7	Tue Feb  7 04:00:57 2012	(r231111)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2011
+.Dd Feb 06, 2012
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -408,10 +408,13 @@ Directory to put the package in.
 .It Va PKGFILE
 The full path to the package.
 .El
-.It Va PREFIX
-Where to install things in general
-(usually
+.It Va LOCALBASE
+Where existing things are installed and where to search for files when
+resolving dependencies (usually
 .Pa /usr/local ) .
+.It Va PREFIX
+Where to install this port (usually set to the same as
+.Va LOCALBASE ) .
 .It Va MASTER_SITES
 Primary sites for distribution files if not found locally.
 .It Va PATCH_SITES


More information about the svn-src-head mailing list