aboutsummaryrefslogtreecommitdiffstats
path: root/converters/libiconv
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2007-10-11 15:24:47 +0800
committerdanfe <danfe@FreeBSD.org>2007-10-11 15:24:47 +0800
commit068695be70ea5f679669bd40d98b7b33ef505ce4 (patch)
tree74cb73251f5096f4012c3ed277daaf1e18e67319 /converters/libiconv
parentc899b5d9f2fea3fa938b1b57d79825a996aa4ddb (diff)
downloadfreebsd-ports-gnome-068695be70ea5f679669bd40d98b7b33ef505ce4.tar.gz
freebsd-ports-gnome-068695be70ea5f679669bd40d98b7b33ef505ce4.tar.zst
freebsd-ports-gnome-068695be70ea5f679669bd40d98b7b33ef505ce4.zip
- Remove extraneous comma from previous commit
- Better English in port description
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile2
-rw-r--r--converters/libiconv/pkg-descr2
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/