diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-08-18 07:59:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-08-18 07:59:41 +0000 |
commit | 47b98267b6ccd045611a8740b049c789f033b9ce (patch) | |
tree | 049431c1afbe4f3142c31bac6a758e0b03e1e6a3 /share | |
parent | 6d206d563407e5a1af1cd2091cd40cca884f1d27 (diff) |
document default change
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index a55cc4e70a6..f2ee8eb3910 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.348 2012/08/15 18:09:02 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.349 2012/08/18 07:59:40 espie 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: August 15 2012 $ +.Dd $Mdocdate: August 18 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1679,9 +1679,9 @@ Passed to gnu configure scripts. .It Ev LOCKDIR User settings. Defaults to -.Pa /tmp/portslocks . -If set, points to a directory common for all instances of concurrent ports -builds. +.Pa ${WRKOBJDIR}/locks +If set, points to a local directory common for all instances of +concurrent ports builds. .It Ev LOCK_CMD Expands to a command that will acquire a lock, namely .Xr dolock 1 . |