diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-07 23:31:01 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-07 23:31:01 +0800 |
commit | 168f57451a4fab6b0efeeeaf6be426c8e4616366 (patch) | |
tree | dcccdab9003ee92315e6f86a05d3e87efdb061b3 /misc/chmlib | |
parent | b6c08b0df5503be01627016cd107b835b91a8c8d (diff) | |
download | freebsd-ports-gnome-168f57451a4fab6b0efeeeaf6be426c8e4616366.tar.gz freebsd-ports-gnome-168f57451a4fab6b0efeeeaf6be426c8e4616366.tar.zst freebsd-ports-gnome-168f57451a4fab6b0efeeeaf6be426c8e4616366.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 M.
CR: D306
Approved by: portmgr (bapt)
Diffstat (limited to 'misc/chmlib')
-rw-r--r-- | misc/chmlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index 709f265e6d62..c36d5b08ebc1 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://www.jedrea.com/chmlib/ MAINTAINER= fluffy@FreeBSD.org -COMMENT= A library for dealing with Microsoft ITSS/CHM format files +COMMENT= Library for dealing with Microsoft ITSS/CHM format files USES= gmake tar:bzip2 GNU_CONFIGURE= yes |