diff options
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-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 |