From 90ccc7a7f224b0aeb5a2b57fcc71904b65233950 Mon Sep 17 00:00:00 2001 From: Steven Mestdagh Date: Wed, 17 Jan 2007 13:16:12 +0000 Subject: describe BULK_DO variable --- share/man/man5/bsd.port.mk.5 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'share/man') 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 . -- cgit v1.2.3