summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2007-01-17 13:16:12 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2007-01-17 13:16:12 +0000
commit90ccc7a7f224b0aeb5a2b57fcc71904b65233950 (patch)
tree11bf7f0f89389425998a029b207c764e39715ec4 /share/man
parent4bef0c0e748d39a53377fb9a2ca459fa3072ac95 (diff)
describe BULK_DO variable
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/bsd.port.mk.511
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 .