diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 07:51:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 07:51:53 +0000 |
commit | a7d97907918f39b1cb20ee9657da44b939a66fc3 (patch) | |
tree | 4e75207b845057e5ea7a9529f06b6ef5b02360e4 /www/mod_mpm_itk | |
parent | 102086eb378c3b90caba45355db732ddf2b89aa2 (diff) | |
download | ports-a7d97907918f39b1cb20ee9657da44b939a66fc3.tar.gz ports-a7d97907918f39b1cb20ee9657da44b939a66fc3.zip |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5).
Notes
Notes:
svn path=/head/; revision=536748
Diffstat (limited to 'www/mod_mpm_itk')
-rw-r--r-- | www/mod_mpm_itk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_mpm_itk/Makefile b/www/mod_mpm_itk/Makefile index 333e34d1b4aa..99c14d814240 100644 --- a/www/mod_mpm_itk/Makefile +++ b/www/mod_mpm_itk/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= mpm-itk-2.4.7-04 MAINTAINER= lukasz@wasikowski.net -COMMENT= This MPM allows you to run each vhost under a separate uid and gid +COMMENT= Run each vhost under a separate uid and gid LICENSE= APACHE20 |