diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-06-20 07:59:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-06-20 07:59:54 +0000 |
commit | 5a5ad2f3df7e6a1f2332f8746b4beea49f9f0e7f (patch) | |
tree | 47720d367187e9e6f1605881f084d38a3115ad9e /share/man/man5 | |
parent | 9eae0d87ce0ae2c665944f7bb0a86a12c706e482 (diff) |
Document locks mechanism changes to default.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index cf1c2278641..780afaca654 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.248 2010/06/17 13:28:17 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.249 2010/06/20 07:59:53 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: June 17 2010 $ +.Dd $Mdocdate: June 20 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1272,6 +1272,8 @@ to ${LIBTOOL} ${LIBTOOL_FLAGS}. where other ports have already been installed (default: /usr/local) .It Ev LOCKDIR User settings. +Defaults to +.Pa /tmp/portslocks . If set, points to a directory common for all instances of concurrent ports builds. .It Ev LOCK_CMD |