diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-12-12 16:36:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-12-12 16:36:20 +0000 |
commit | 996ce26d2c718186c1d6a3a1a9586fe9b02282b5 (patch) | |
tree | 8e46ef6de8dc1cdbf5a3b6af8ea01aaea0701a98 /share | |
parent | 5898e1e6eac4390f6518b2bc666a91fa1977c4e2 (diff) |
document show-indexed
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3c86a0d6100..5a91c1c1a14 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.503 2018/11/16 10:06:11 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.504 2018/12/12 16:36:19 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 16 2018 $ +.Dd $Mdocdate: December 12 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -721,6 +721,15 @@ Used by some options of .Xr dpb 1 , suitable for .Ev BULK_TARGETS . +.It Cm show-indexed +Similar to +.Cm show . +Invoked as make show-indexed=name, show the contents of ${name${SUBPACKAGE}}, +or ${name} if the variable +.Ev name +is not +.Ev SUBPACKAGE +dependent. .It Cm show-prepare-results Print the list of actual installed packages found out by .Cm prepare . |