diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-11 07:24:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-10-11 07:24:47 +0000 |
commit | f2bbd99dc50ddad0925fc7374992b579627d4466 (patch) | |
tree | 9df50ede5ba048a6e9ed11472c3e2c98d35100a0 /converters/libiconv | |
parent | d5cc5308a905ba2bccf3cf30e50d1b16f4ab2168 (diff) |
- Remove extraneous comma from previous commit
- Better English in port description
Notes
Notes:
svn path=/head/; revision=201284
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 2 | ||||
-rw-r--r-- | converters/libiconv/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index f10d1ac4dfa6..a00741a786fc 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -27,7 +27,7 @@ MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_close.3 OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on \ - EXTRA_PATCHES "Apply patches to fix CP932, add EUCJP-MS" off + EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off .ifdef USE_ICONV .error USE_ICONV is defined as an environment variable, or in the arguments \ diff --git a/converters/libiconv/pkg-descr b/converters/libiconv/pkg-descr index 52c04d04d56c..5713f9a949c8 100644 --- a/converters/libiconv/pkg-descr +++ b/converters/libiconv/pkg-descr @@ -9,6 +9,6 @@ be approximated through one or several similarly looking characters. libiconv is for you if your application needs to support multiple character encodings, but that support lacks from your system. -See in either README or website for the list of support encodings. +See either README or website for the list of supported encodings. WWW: http://www.gnu.org/software/libiconv/ |