summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2008-10-26 15:21:47 +0000
committerMarc Espie <espie@cvs.openbsd.org>2008-10-26 15:21:47 +0000
commit4aa40c635439d8b9f80e10425314254ce9a700a0 (patch)
treebec8b32ba38336eddc9889a97a17af43695d72f2
parent2117b0754f1655e3efff5d9436b499b82714ea2f (diff)
document newer clean=build
(reminded by pirofti@)
-rw-r--r--share/man/man5/bsd.port.mk.512
1 files changed, 9 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 8b3129ffa20..f2cce7d403a 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.222 2008/07/27 10:24:27 jmc Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.223 2008/10/26 15:21:46 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: July 27 2008 $
+.Dd $Mdocdate: October 26 2008 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -150,13 +150,19 @@ can be used to avoid all checksumming steps.
Clean ports contents.
By default, it will clean the work directory.
It can be invoked as
-make clean='[depends bulk work fake flavors dist install sub package
+make clean='[depends build bulk work fake flavors dist install sub package
packages plist readme]'.
.Bl -tag -width packages
.It Va work
Clean work directory.
.It Va bulk
Clean bulk cookie.
+.It Va build
+Clean the
+.Va WRKBUILD
+directory (only useful if
+.Va SEPARATE_BUILD
+is set)
.It Va depends
Recurse into dependencies.
.It Va dist