summaryrefslogtreecommitdiff
path: root/share/man/man5/bsd.port.mk.5
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2003-01-14 18:19:08 +0000
committerMarc Espie <espie@cvs.openbsd.org>2003-01-14 18:19:08 +0000
commit55cf5d4346f079d09df5b825e143b2fdec48f65a (patch)
tree3de9ec0f25c8ae989fb06735f8e17156ffc46dc4 /share/man/man5/bsd.port.mk.5
parent749b9b08d2c5f1762ee6d145b058219cf83c053a (diff)
Document WRKOBJDIR changes
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r--share/man/man5/bsd.port.mk.526
1 files changed, 21 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3a2cebe8e1f..43bd3f7f11b 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.81 2002/12/31 16:22:26 miod Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.82 2003/01/14 18:19:07 espie Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -1133,8 +1133,7 @@ Subdirectory of ${WRKDIR} where port normally installs (see
target).
.It Ev WRKOBJDIR
If defined, used as a base for the actual port working directory.
-The real working directory is created there, and the port ${WRKDIR} is
-just a link.
+The real working directory ${WRKDIR} is created there.
.It Ev X11BASE
Where X11 has been installed (default: /usr/X11R6).
.It Ev USE_GMAKE
@@ -1233,6 +1232,15 @@ instead.
See
.Xr mirroring-ports 7
for more efficient and flexible ways to build mirrors.
+.It Ar obj
+Starting with
+.Ox 3.3 ,
+using
+.Ev WRKOBJDIR
+no longer creates a symlink between the current directory and
+a subdirectory of ${WRKOBJDIR}, so
+.Ar obj
+has become a no-operation.
.El
.Sh OBSOLETE VARIABLES
.Bl -tag -width MASTER_SITES
@@ -1357,6 +1365,16 @@ Use CLEANDEPENDS instead.
.Fx
ships with compressed man pages, and uses this variable to control
that behavior.
+.It Ev OBJMACHINE
+Starting with
+.Ox 3.3 ,
+setting
+.Ev WRKOBJDIR
+creates the whole
+.Ev WRKDIR
+hierarchy under ${WRKOBJDIR}, so
+.Ev OBJMACHINE
+is no longer useful.
.It Ev PATCH_SITES
.Ev PATCHFILES
used to be retrieved from a separate site list.
@@ -1697,8 +1715,6 @@ FLAVORS, MULTI_PACKAGES and FAKE are
improvements.
.\" Voluntarily undocumented:
.\" AUTOCONF_ENV: probably not needed anyway, should be internal.
-.\"
-.\" Todo: OBJMACHINE
.Sh SEE ALSO
.Xr library-specs 7 ,
.Xr packages-specs 7