diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-07-06 03:27:03 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-07-06 03:27:03 +0800 |
commit | 19f6abce2b6d22fef43c06f4dd04e1b354284b34 (patch) | |
tree | 549a2be83e3dcddc6f89b8dad7a2a0255a9fc86a /japanese/kana-no-quiz | |
parent | c2162968d15c2ae1afba241d10dd1868bcd9901f (diff) | |
download | freebsd-ports-gnome-19f6abce2b6d22fef43c06f4dd04e1b354284b34.tar.gz freebsd-ports-gnome-19f6abce2b6d22fef43c06f4dd04e1b354284b34.tar.zst freebsd-ports-gnome-19f6abce2b6d22fef43c06f4dd04e1b354284b34.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 J-L.
CR: D305
Approved by: portmgr (swills)
Diffstat (limited to 'japanese/kana-no-quiz')
-rw-r--r-- | japanese/kana-no-quiz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/kana-no-quiz/Makefile b/japanese/kana-no-quiz/Makefile index fce410a9c81a..848d054578d5 100644 --- a/japanese/kana-no-quiz/Makefile +++ b/japanese/kana-no-quiz/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME:S,k,K,}-${DISTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A little tool to memorize Japanese KANA (Hiragana/Katakana) +COMMENT= Little tool to memorize Japanese KANA (Hiragana/Katakana) RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game |