diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-11-25 14:04:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-11-25 14:04:24 +0000 |
commit | 01675c71521bd185d7f7ca5bbb67733f4b92b460 (patch) | |
tree | 1c5978e95987ca6467e8051c84634c7730d6ba55 | |
parent | 15f7d4a510e248f07ae168fac5b0d7de41c415ac (diff) |
document XAUTHORITY
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 642fe76f663..35849e34f38 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.308 2011/11/25 13:59:18 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.309 2011/11/25 14:04:23 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2575,6 +2575,10 @@ If explicitly unset (WRKOBJDIR=), the working directory is created within the port directory. .It Ev X11BASE Where X11 has been installed (default: /usr/X11R6). +.It Ev XAUTHORITY +Points to a suitable authority file for X11 interactive regression tests. +Defaults to +.Pa ${HOME}/.xauthority . .It Ev XMKMF Invocation of xmkmf for CONFIGURE_STYLE=imake port. Defaults to xmkmf -a -DPorts. |