git: f31f974a51 - main - Improve FreeBSD ports description in Ports cgi interface

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Fri, 24 Jun 2022 10:12:01 UTC
The branch main has been updated by carlavilla:

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

commit f31f974a5163cf1f60b3b3fd5f4f4cec02dcc68d
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-06-24 10:11:12 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-06-24 10:11:12 +0000

    Improve FreeBSD ports description in Ports cgi interface
    
    PR:             264455
    Submitted by:   Graham Perrin <grahamperrin (AT) gmail.com>
---
 website/content/en/cgi/ports.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 5cd3e165a3..e163f4a23f 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -439,7 +439,7 @@ sub search_ports {
 
 sub forms {
     print qq{<p>
-FreeBSD Ports [short description <a href="$portsDesc">followed</a> ...]
+The FreeBSD Ports and Packages Collection offers a simple way for users and administrators to install applications.
 <a href="$script_name?stype=faq">FAQ</a>
 </p>
 };