diff options
author | Stefan Hagen <sdk@cvs.openbsd.org> | 2023-02-19 14:37:55 +0000 |
---|---|---|
committer | Stefan Hagen <sdk@cvs.openbsd.org> | 2023-02-19 14:37:55 +0000 |
commit | fa29f46a7a220f55111c7c95f09c6ea82447223e (patch) | |
tree | 8ad6413c29fc31960eee0ffff4852e9c28707a49 /share | |
parent | 013a835a22a927d1216dab54a3bdce12e9bb941f (diff) |
Remove non-existent make targets from ports(7) and bsd.port.mk(5)
Removed from ports(7):
- describe, homepage-links, (un)link-categories, unlink-categories
Removed from bsd.port.mk(5):
- (un)link-categories
OK op@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 20 |
2 files changed, 7 insertions, 20 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 75a88a0095a..4db57f062bc 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.575 2023/01/31 13:53:49 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.576 2023/02/19 14:37:54 sdk 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: January 31 2023 $ +.Dd $Mdocdate: February 19 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1199,9 +1199,6 @@ One entry must match the current pkgpath: must belong to the .Sq devel category. -See -.Cm link-categories , -.Cm unlink-categories . .It Ev CCACHE_DIR Sets the cache directory used when .Ev USE_CCACHE diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 0b513c133b5..6ca7d8930e7 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.130 2022/07/20 16:37:50 espie Exp $ +.\" $OpenBSD: ports.7,v 1.131 2023/02/19 14:37:54 sdk Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: July 20 2022 $ +.Dd $Mdocdate: February 19 2023 $ .Dt PORTS 7 .Os .Sh NAME @@ -205,13 +205,12 @@ Some targets that do this are .Cm configure , extract , fake , .Cm fetch , install , distclean , .Cm deinstall , reinstall , package , prepare , -.Cm link-categories , unlink-categories , -.Cm describe , show , regress , -.Cm lib-depends-check , homepage-links , manpages-check , +.Cm show , regress , +.Cm lib-depends-check , .Cm license-check , all-dir-depends , build-dir-depends , .Cm run-dir-depends and -.Cm readmes . +.Cm generate-readmes . .Pp Target names starting with .Sq _ @@ -337,15 +336,6 @@ Use this to restore a port after using Alternative target to .Cm install . Does not install new packages, but updates existing ones. -.It Cm link-categories -Populate the ports tree with symbolic links for each category the port -belongs to. -.It Cm unlink-categories -Remove the symbolic links created by -.Cm link-categories . -.It Cm homepage-links -creates an html list of links for each port -.Ev HOMEPAGE . .El .Sh LOCK INFRASTRUCTURE The ports tree can be used concurrently for building several ports at the |