diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-05-08 08:04:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-05-08 08:04:00 +0000 |
commit | aa4de8ef02d6ac2bafdac9c2030aebd8acd0bc9b (patch) | |
tree | eddca53d7e8c005bc896593f60fe81f6d3bc41dc | |
parent | 753f53b0b582cbe271e5363214d7bddc42873126 (diff) |
there will be tweaks.
document intended usage of UPDATE_PLIST_ARGS and UPDATE_PLIST_OPTS
-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 |