diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-08-06 17:11:57 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-08-06 17:11:57 +0800 |
commit | 90ed1b5c153a0c90c08964a9d36e4209b183a6bf (patch) | |
tree | 85e8033022547e7f0b85fd514a62e2bc95baa087 /www/html2wml | |
parent | 88b20221b2cbb477a954a2d515b6531aefd5e2e1 (diff) | |
download | freebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.tar.gz freebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.tar.zst freebsd-ports-gnome-90ed1b5c153a0c90c08964a9d36e4209b183a6bf.zip |
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)
Diffstat (limited to 'www/html2wml')
-rw-r--r-- | www/html2wml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile index 49d560a4e8e0..7c09199b1af0 100644 --- a/www/html2wml/Makefile +++ b/www/html2wml/Makefile @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= SF/htmlwml/Html2Wml/${PORTVERSION} http://maddingue.free.fr/softwares/download/Html2Wml/ MAINTAINER= ports@FreeBSD.org -COMMENT= A CGI that can do on-the-fly HTML to WML conversion +COMMENT= CGI that can do on-the-fly HTML to WML conversion RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \ |