diff options
author | 2018-11-16 09:49:15 +0000 | |
---|---|---|
committer | 2018-11-16 09:49:15 +0000 | |
commit | ac837530b824c6b1f943e2336f6faa37ec2fc8fc (patch) | |
tree | 49d6303a7203a974912aed352cbc4f8bdf701f2b | |
parent | document reprepare (diff) | |
download | wireguard-openbsd-ac837530b824c6b1f943e2336f6faa37ec2fc8fc.tar.xz wireguard-openbsd-ac837530b824c6b1f943e2336f6faa37ec2fc8fc.zip |
move describe to obsolete targets
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index db877087ac2..d056e85ab41 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.501 2018/11/16 09:18:04 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.502 2018/11/16 09:49:15 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -219,9 +219,6 @@ creates the ${WRKBUILD} directory (see .Ev SEPARATE_BUILD ) , and runs whatever configuration methods are recorded in .Ev CONFIGURE_STYLE . -.It Cm describe -Prints a one-line index entry of the port, suitable for -.Pa ${PORTSDIR}/INDEX . .It Cm distclean Shorthand for .Ql make clean=dist . @@ -3965,6 +3962,15 @@ target. .It Cm depends-list Renamed into .Cm full-build-depends . +.It Cm describe +Prints a one-line index entry of the port. +.Cm dump-vars +provides much more accurate information, and the indexing role +has been taken over by the +.Pa sqlports +and +.Pa portslist +packages. .It Cm {build,run,lib}-depends The dependency mechanism now meshes .Ev BUILD_DEPENDS , LIB_DEPENDS , RUN_DEPENDS, WANTLIB |