diff options
author | 2012-11-19 12:27:43 +0000 | |
---|---|---|
committer | 2012-11-19 12:27:43 +0000 | |
commit | db2c77a1affd0afecf9a73dba3bfaa46809fc741 (patch) | |
tree | 7c7ad33286533503cbccbfe16ed19aa99f2d70e6 /share/man/man5 | |
parent | zap pre-install, which was a weird kludge. (diff) | |
download | wireguard-openbsd-db2c77a1affd0afecf9a73dba3bfaa46809fc741.tar.xz wireguard-openbsd-db2c77a1affd0afecf9a73dba3bfaa46809fc741.zip |
document BULK change
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e82b04f8995..58470d10f54 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.357 2012/11/01 11:55:53 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.358 2012/11/19 12:27:43 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: November 1 2012 $ +.Dd $Mdocdate: November 19 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1087,16 +1087,21 @@ Read-only. User settings. If set to .Sq Yes , -successful package builds and installations will clean +all successful package builds and installations will clean their working directories, after invoking 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. +If set to +.Sq Auto , +it will apply to dependencies, but not to the current port itself. See .Ev BULK_COOKIES_DIR , .Ev TRUST_PACKAGES . +Defaults to +.Sq Auto . .It Ev BULK_COOKIES_DIR User settings. Used to store cookies for successful bulk-package builds, defaults to |