diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2009-06-12 13:40:35 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2009-06-12 13:40:35 +0000 |
commit | 8a75122525b4e8885b5a5f5faf2352d89fff9cfb (patch) | |
tree | f8b87d74063fcc8799b3a29db25ca26ae1633a7f /share/man/man5 | |
parent | 6b1158a67d4022cab98f1c44e4f3bf3e986e5ba2 (diff) |
Document new WRKOBJDIR default value.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 4533c51f98d..08d5c456ee9 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.229 2009/05/20 17:30:39 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.230 2009/06/12 13:40:34 landry Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,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. .\" -.Dd $Mdocdate: May 20 2009 $ +.Dd $Mdocdate: June 12 2009 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1916,7 +1916,8 @@ Subdirectory of ${WRKDIR} where port normally installs (see .Ar fake target). .It Ev WRKOBJDIR -If non empty, used as a base for the actual port working directory. +Used as a base for the actual port working directory (default: +${PORTSDIR}/obj). The real working directory ${WRKDIR} is created there. Can be set on a per-${PKGPATH} basis. For instance, setting WRKOBJDIR_www/mozilla=/tmp/obj |