diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-07 15:31:01 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-07 15:31:01 +0000 |
commit | 168f57451a4fab6b0efeeeaf6be426c8e4616366 (patch) | |
tree | dcccdab9003ee92315e6f86a05d3e87efdb061b3 /mail/squirrelmail-plugins | |
parent | b6c08b0df5503be01627016cd107b835b91a8c8d (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 M.
CR: D306
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=361099
Diffstat (limited to 'mail/squirrelmail-plugins')
-rw-r--r-- | mail/squirrelmail-plugins/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/squirrelmail-plugins/Makefile b/mail/squirrelmail-plugins/Makefile index b02bdfa84bb7..73e68dd03aff 100644 --- a/mail/squirrelmail-plugins/Makefile +++ b/mail/squirrelmail-plugins/Makefile @@ -1,15 +1,15 @@ # Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -PORTNAME= squirrelmail-plugins +PORTNAME= squirrelmail-plugins PORTVERSION= 1.0 PORTREVISION= 2 -CATEGORIES= mail www +CATEGORIES= mail www MASTER_SITES= # none -DISTFILES= # none +DISTFILES= # none -MAINTAINER= ports@FreeBSD.org -COMMENT= A "meta-port" to install SquirrelMail plugins +MAINTAINER= ports@FreeBSD.org +COMMENT= "meta-port" to install SquirrelMail plugins NO_BUILD= yes NO_MTREE= yes |