diff options
author | 2011-11-25 14:04:23 +0000 | |
---|---|---|
committer | 2011-11-25 14:04:23 +0000 | |
commit | d557beed57f331c5b4e0450e2170c34ed7429fb2 (patch) | |
tree | 13a4c1d9409f39632444f566beff419ba5c74f01 | |
parent | document show-prepare-results (diff) | |
download | wireguard-openbsd-d557beed57f331c5b4e0450e2170c34ed7429fb2.tar.xz wireguard-openbsd-d557beed57f331c5b4e0450e2170c34ed7429fb2.zip |
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. |