diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-06 09:11:57 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-06 09:11:57 +0000 |
commit | 96a38c7c3a90fd8f1f07a9b3f7c9ee117ecdca84 (patch) | |
tree | 85e8033022547e7f0b85fd514a62e2bc95baa087 /www/calamaris | |
parent | ea5282bfc572cef5510e6ee6d5ed0952c0559943 (diff) |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=364158
Diffstat (limited to 'www/calamaris')
-rw-r--r-- | www/calamaris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile index 93d6f75a2869..6ae120786ff5 100644 --- a/www/calamaris/Makefile +++ b/www/calamaris/Makefile @@ -8,7 +8,7 @@ CATEGORIES= www textproc MASTER_SITES= http://cord.de/tools/squid/calamaris/ MAINTAINER= demon@FreeBSD.org -COMMENT= A perl script to produce statistics out of Squid log files +COMMENT= Perl script to produce statistics out of Squid log files USES= shebangfix perl5 NO_BUILD= yes |