diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-06 18:00:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-06 18:00:35 +0800 |
commit | 2fad174ad1e0fde865884bc6b0418037ec37f325 (patch) | |
tree | 994a74d744ec12293597a64ad39abd35bdcf8404 /misc | |
parent | 9d12b7d84db9c125b9065a1a2cf344775be87552 (diff) | |
download | freebsd-ports-graphics-2fad174ad1e0fde865884bc6b0418037ec37f325.tar.gz freebsd-ports-graphics-2fad174ad1e0fde865884bc6b0418037ec37f325.tar.zst freebsd-ports-graphics-2fad174ad1e0fde865884bc6b0418037ec37f325.zip |
- Change wording to avoid portlint warning of "which"
Diffstat (limited to 'misc')
-rw-r--r-- | misc/help2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index b0e7b9e51a8..dc21604faae 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -35,7 +35,7 @@ MANLANG= "" ${LANGS} ${LANGS_MTREE} USE_GETTEXT= yes LANGS= de el eo fi fr it pl pt_BR ru sv uk vi -LANGS_MTREE= ja # languages which already exist in BSD.local.dist +LANGS_MTREE= ja # languages that already exist in BSD.local.dist PLIST_FILES+= lib/bindtextdomain.so .for lang in ${LANGS} ${LANGS_MTREE} |