diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-08-03 22:15:08 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-08-03 22:15:08 +0800 |
commit | acc054054576aabe712133d3b45ce83d7949d416 (patch) | |
tree | 1fd7e199605ea5d2b068cf1e2b227c1dcd4f7e13 /textproc/pecl-syck | |
parent | 0923d38d410861e2175724353d989d44048dc5b1 (diff) | |
download | freebsd-ports-gnome-acc054054576aabe712133d3b45ce83d7949d416.tar.gz freebsd-ports-gnome-acc054054576aabe712133d3b45ce83d7949d416.tar.zst freebsd-ports-gnome-acc054054576aabe712133d3b45ce83d7949d416.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/pecl-syck')
-rw-r--r-- | textproc/pecl-syck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 1b5fe18948d2..e97b24c0fbc3 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org -COMMENT= A PECL extension which facilitates YAML parsing +COMMENT= PECL extension which facilitates YAML parsing BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck |