diff options
author | 2018-12-12 16:36:19 +0000 | |
---|---|---|
committer | 2018-12-12 16:36:19 +0000 | |
commit | 9182678562062cdf83d1bac08803e89ad8c9e24f (patch) | |
tree | d0737210504dd759353cf8bda35ea1c110b267b3 /share/man/man5 | |
parent | Various cleanups: (diff) | |
download | wireguard-openbsd-9182678562062cdf83d1bac08803e89ad8c9e24f.tar.xz wireguard-openbsd-9182678562062cdf83d1bac08803e89ad8c9e24f.zip |
document show-indexed
Diffstat (limited to 'share/man/man5')
-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 . |