diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-08-16 14:59:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-08-16 14:59:48 +0000 |
commit | ef940ac9ec958304d02d17cd075efd2b8383e645 (patch) | |
tree | 14c3967a5dd3560c7a38a38dbed6714f7b2f962f /share/man/man5/bsd.port.mk.5 | |
parent | 93b781cb33f8880c382de093670f1346842f2423 (diff) |
Document new clean behavior.
Diffstat (limited to 'share/man/man5/bsd.port.mk.5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index cb4b76ec9f2..185b3cdcb40 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.43 2001/08/12 11:47:19 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.44 2001/08/16 14:59:47 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -81,6 +81,33 @@ Invoking with REFETCH=true will try to fetch a version of with mismatched checksums off the OpenBSD main archive site. +.It Ar clean +Clean ports contents. +By default, it will clean the work directory. +It can be invoked as +make clean='[depends work fake flavors dist install sub package packages]'. +.Bl -tag -width packages +.It Va work +Clean work directory. +.It Va depends +Recurse into dependencies. +.It Va flavors +Clean all work directories. +.It Va dist +Clean distfiles. +.It Va install +Uninstall package. +.It Va package +Remove package file. +.It Va sub +With +.Va install +or +.Va package , +clean subpackages as well. +.It Va packages +Short-hand for `sub package'. +.El .It Ar configure Configure the port. Might be a void operation. @@ -196,7 +223,7 @@ will be applied under .It Ar rebuild Force rebuild of the port. .It Ar show -Invoked with VARNAME=name, show the contents of VARNAME. +Invoked as show=name, show the contents of ${name}. Mostly used from recursive makes, or to know the contents of another port's variables without guessing wrong. .El |