Hi,

There are a few make targets listed in ports(7) that don't exit.

Those are:
- describe
- homepage-links
- (un)link-categories (also removed the reference in bsd.port.mk(5))
- unlink-categories

And "readmes" is now "generate-readmes".

OK/comments?

Best regards,
Stefan

Index: share/man/man7/ports.7
===================================================================
RCS file: /cvs/src/share/man/man7/ports.7,v
retrieving revision 1.130
diff -u -p -u -p -r1.130 ports.7
--- share/man/man7/ports.7      20 Jul 2022 16:37:50 -0000      1.130
+++ share/man/man7/ports.7      18 Feb 2023 16:42:09 -0000
@@ -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
Index: share/man/man5/bsd.port.mk.5
===================================================================
RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v
retrieving revision 1.575
diff -u -p -u -p -r1.575 bsd.port.mk.5
--- share/man/man5/bsd.port.mk.5        31 Jan 2023 13:53:49 -0000      1.575
+++ share/man/man5/bsd.port.mk.5        18 Feb 2023 16:42:10 -0000
@@ -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

Reply via email to