aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/ports/references.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/en/ports/references.adoc')
-rw-r--r--website/content/en/ports/references.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/content/en/ports/references.adoc b/website/content/en/ports/references.adoc
index 448b2cf03a..65446c6d86 100644
--- a/website/content/en/ports/references.adoc
+++ b/website/content/en/ports/references.adoc
@@ -20,6 +20,6 @@ You may also find the following to be useful:
* The archives of the https://docs.FreeBSD.org/mail/current/freebsd-ports.html[FreeBSD ports mailing list].
* The article link:{contributing}#ports-contributing[Contributing to the FreeBSD Ports Collection].
* https://www.FreshPorts.org[FreshPorts.org] is a valuable tool for further information about individual ports, such as current version, last checkin, and many other useful statistics. You may subscribe to a mailing list to get the latest information about your favorite ports.
-* The manual pages for link:https://www.FreeBSD.org/cgi/man.cgi?query=ftp[`ftp`], link:https://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8[`pkg`], and link:https://www.FreeBSD.org/cgi/man.cgi?query=ports[`ports`].
+* The manual pages for man:ftp[1], man:pkg[8], and man:ports[7].
* The link:../../portmgr/[Ports Management Team] (portmgr) pages.
* The https://cgit.FreeBSD.org/ports/tree[Web Interface to the Source Repository] allows you to browse the files in the source repository. Changes that affect the entire port system are now documented in the https://cgit.FreeBSD.org/ports/tree/CHANGES[CHANGES] file. Changes that affect individual ports are now documented in the https://cgit.FreeBSD.org/ports/tree/UPDATING[UPDATING] file. However, the definitive answer to any question is undoubtedly to read the source code of https://cgit.FreeBSD.org/ports/tree/Mk/bsd.port.mk[bsd.port.mk], and associated files.