diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-11-16 09:49:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-11-16 09:49:16 +0000 |
commit | a76b70bb6f7ca3a5024b8a04f3bd1e8ca19d66c3 (patch) | |
tree | e5f8776f176048b969f9701ad01dc26c5f84339d /share | |
parent | ee60724dd9afef6239186d2d3a188f0d9b573c23 (diff) |
move describe to obsolete targets
Diffstat (limited to 'share')
-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 |