diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-07-16 08:17:24 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-07-16 22:22:08 +0200 |
commit | 0c39e5b3120c353df231678ff86b848e9babb5ce (patch) | |
tree | 959ff31765e776a154df037c59bc8205e0d75be1 /www/dhttpd | |
parent | math/saga: Update to 9.1.0 (diff) |
*/*: Change webserver to web server in COMMENT and descriptions
Change it for consistency and to make finding packages easier
Approved by: portmgr (blanket)
Diffstat (limited to 'www/dhttpd')
-rw-r--r-- | www/dhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dhttpd/Makefile b/www/dhttpd/Makefile index ff2979888e60..dacf9592d097 100644 --- a/www/dhttpd/Makefile +++ b/www/dhttpd/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Minimal secure webserver. Fast and efficient, no cgi-bin support +COMMENT= Minimal secure web server. Fast and efficient, no cgi-bin support LICENSE= GPLv2 |