git: c1087f5b2a - main - remove outdated reference to ftp protocol, which nobody really use anymore

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 16:22:00 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c1087f5b2a32bb4181bed8592209eabf425268a2

commit c1087f5b2a32bb4181bed8592209eabf425268a2
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-02-05 16:21:51 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-02-05 16:21:51 +0000

    remove outdated reference to ftp protocol, which nobody really use anymore
---
 website/content/en/ports/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/ports/_index.adoc b/website/content/en/ports/_index.adoc
index 4e6a158925..3c628e7ad3 100644
--- a/website/content/en/ports/_index.adoc
+++ b/website/content/en/ports/_index.adoc
@@ -17,6 +17,6 @@ The Ports Collection supports the latest release on the link:{faq}#current[FreeB
 
 Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing `make install` in the port directory. If you download the framework for the entire list of ports by installing the link:{handbook}ports/#ports-using[ports hierarchy], you can have thousands of applications right at your fingertips.
 
-Each port's `Makefile` automatically fetches the application source code, either from a local disk, CD-ROM or via man:ftp[1], unpacks it on your system, applies the patches, and compiles. If all went well, a simple `make install` will install the application and register it with the package system.
+Each port's `Makefile` automatically fetches the application source code, either from a local disk or the network, unpacks it on your system, applies the patches, and compiles. If all went well, a simple `make install` will install the application and register it with the package system.
 
 For most ports, a precompiled `package` also exists, saving the user the work and time of having to compile anything at all. Use man:pkg-install[8] to securely download and install the precompiled version of a port. For more information see link:{handbook}ports/#pkgng-intro[Using pkg for Binary Package Management]