git: c64ae252b4 - main - Handbook: Remove an unused anchor
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Apr 19 15:23:23 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=c64ae252b4ff95c79bc7403b38801b53664ccd4b
commit c64ae252b4ff95c79bc7403b38801b53664ccd4b
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-19 15:06:58 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-19 15:22:35 +0000
Handbook: Remove an unused anchor
It's name does not make any sense anymore as there is no ports skeleton
discussed in that section.
---
documentation/content/en/books/handbook/ports/_index.adoc | 1 -
1 file changed, 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc
index 8130484319..c880d1e3b5 100644
--- a/documentation/content/en/books/handbook/ports/_index.adoc
+++ b/documentation/content/en/books/handbook/ports/_index.adoc
@@ -681,7 +681,6 @@ Some ports include [.filename]#pkg-message# or other files to handle special sit
The port does not include the actual source code, also known as a [.filename]#distfile#. The extract portion of building a port will automatically save the downloaded source to [.filename]#/usr/ports/distfiles#.
-[[ports-skeleton]]
=== Installing Ports
This section provides basic instructions on using the Ports Collection to install or remove software. The detailed description of available `make` targets and environment variables is available in man:ports[7].
More information about the dev-commits-doc-all
mailing list