diff options
author | 2018-05-08 08:03:59 +0000 | |
---|---|---|
committer | 2018-05-08 08:03:59 +0000 | |
commit | 3b61b1bca1b200471fa1899ac06b3f7ac1fb9339 (patch) | |
tree | 8f2386d46aa39734d387fd313fa03e44cb61b00a /share/man/man5 | |
parent | Add the logging parameters to mousecfg.c, and make the 'param' field (diff) | |
download | wireguard-openbsd-3b61b1bca1b200471fa1899ac06b3f7ac1fb9339.tar.xz wireguard-openbsd-3b61b1bca1b200471fa1899ac06b3f7ac1fb9339.zip |
there will be tweaks.
document intended usage of UPDATE_PLIST_ARGS and UPDATE_PLIST_OPTS
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b0a36105155..7b1c0e6881d 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.478 2018/04/25 19:49:49 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.479 2018/05/08 08:03:59 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: April 25 2018 $ +.Dd $Mdocdate: May 8 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2988,6 +2988,17 @@ Used to store cookies for package updates and defaults to .Pa ${PORTSDIR}/update/${MACHINE_ARCH} . If set to empty, will revert to a file under .Pa ${WRKDIR} . +.It Ev UPDATE_PLIST_ARGS +Tweaks to +.Xr update-plist 1 +behavior for some specific ports, such as variable handling. +.It Ev UPDATE_PLIST_OPTS +User settings. +User options added to +.Xr update-plist 1 , +mostly +.Fl v +for now. .It Ev USE_CCACHE User settings. Set to |