diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-03 22:15:08 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-03 22:15:08 +0800 |
commit | 22d7896c1731a371a072a9f3254f9f770ba01b97 (patch) | |
tree | 1fd7e199605ea5d2b068cf1e2b227c1dcd4f7e13 /textproc/jade | |
parent | 089a429b206872b95880aa58ac6e7da37446b22a (diff) | |
download | freebsd-ports-gnome-22d7896c1731a371a072a9f3254f9f770ba01b97.tar.gz freebsd-ports-gnome-22d7896c1731a371a072a9f3254f9f770ba01b97.tar.zst freebsd-ports-gnome-22d7896c1731a371a072a9f3254f9f770ba01b97.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. Categories T-V.
CR: D509
Approved by: portmgr (antoine)
Diffstat (limited to 'textproc/jade')
-rw-r--r-- | textproc/jade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 2929f33649d1..9542b80da283 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -14,7 +14,7 @@ PATCHFILES= jade_1.2.1-35.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= kuriyama@FreeBSD.org -COMMENT= An object-oriented SGML/XML parser toolkit and DSSSL engine +COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr |