Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 04:11:04 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r231335 - stable/7/share/man/man7
Message-ID:  <201202100411.q1A4B4qF052944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Feb 10 04:11:04 2012
New Revision: 231335
URL: http://svn.freebsd.org/changeset/base/231335

Log:
  MFC r231111, r231331:
  	 ports(7) currently makes no mention of LOCALBASE: fix that
  
  PR:		159551
  Approved by:	gjb

Modified:
  stable/7/share/man/man7/ports.7
Directory Properties:
  stable/7/share/   (props changed)
  stable/7/share/man/   (props changed)
  stable/7/share/man/man7/   (props changed)

Modified: stable/7/share/man/man7/ports.7
==============================================================================
--- stable/7/share/man/man7/ports.7	Fri Feb 10 04:10:13 2012	(r231334)
+++ stable/7/share/man/man7/ports.7	Fri Feb 10 04:11:04 2012	(r231335)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2011
+.Dd February 9, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202100411.q1A4B4qF052944>