diff options
author | 2007-01-17 13:16:11 +0000 | |
---|---|---|
committer | 2007-01-17 13:16:11 +0000 | |
commit | 8cea3b4e2d6e14f41b29b95d518810c6281178b5 (patch) | |
tree | 0a1c9e832231e8a5d5cac9dca9d4c230905b6948 | |
parent | realively -> relatively (diff) | |
download | wireguard-openbsd-8cea3b4e2d6e14f41b29b95d518810c6281178b5.tar.xz wireguard-openbsd-8cea3b4e2d6e14f41b29b95d518810c6281178b5.zip |
describe BULK_DO variable
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 5df67085390..79a2a09511a 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.187 2006/12/26 20:35:59 steven Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.188 2007/01/17 13:16:11 steven Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -636,7 +636,8 @@ If set to .Sq Yes , successful package builds and installations will clean their working directories, after invoking -any targets mentioned in BULK_TARGETS. +any targets mentioned in BULK_TARGETS, +and commands mentioned in BULK_DO. Can be set on a per-${PKGPATH} basis. For instance, setting BULK_misc/screen=No will override any BULK=Yes passed on the command line. @@ -647,6 +648,12 @@ See User settings. Used to store cookies for successful bulk-package builds, defaults to .Pa ${PORTSDIR}/bulk/${MACHINE_ARCH} . +.It Ev BULK_DO +Commands to run after each bulk package build before cleaning up the +working directory. +Empty defaults. +Can be set on a per-${PKGPATH} basis, e.g., +BULK_DO_${PKGPATH}=... .It Ev BULK_FLAGS Flags to pass to build each target in .Ev BULK_TARGETS . |