diff options
-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 . |