aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/wget+ipv6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile
index 8f470e3dd6be..8575717bee0f 100644
--- a/ftp/wget+ipv6/Makefile
+++ b/ftp/wget+ipv6/Makefile
@@ -46,7 +46,7 @@ post-patch:
# convert utf-8 to Big5 for FreeBSD's default old fashioned gettext.
(cd ${WRKSRC}; \
${MV} po/zh_TW.po po/zh_TW.po.utf-8; \
- ${LOCALBASE}/bin/giconv -f UTF-8 -t BIG5 po/zh_TW.po.utf-8 |\
+ ${LOCALBASE}/bin/iconv -f UTF-8 -t BIG5 po/zh_TW.po.utf-8 |\
${SED} -e 's/utf-8/big5/' |\
${PERL} -p -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\
${PERL} -p -e 's,\\\\([nt\"]),\\$$1,g' \