aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-19 15:06:58 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-19 15:22:35 +0000
commitc64ae252b4ff95c79bc7403b38801b53664ccd4b (patch)
tree3dec73ab6646e57ee7afb0ceb49fc0ad5776e7e7
parent17e44b67f50e12428d1f9d6942a92a70f1148fe6 (diff)
downloaddoc-c64ae252b4ff95c79bc7403b38801b53664ccd4b.tar.gz
doc-c64ae252b4ff95c79bc7403b38801b53664ccd4b.zip
Handbook: Remove an unused anchor
It's name does not make any sense anymore as there is no ports skeleton discussed in that section.
-rw-r--r--documentation/content/en/books/handbook/ports/_index.adoc1
1 files changed, 0 insertions, 1 deletions
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].