aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-04-08 19:28:33 +0800
committersobomax <sobomax@FreeBSD.org>2002-04-08 19:28:33 +0800
commit3c13ca3af74fafb3ceb47b3188a87ad272069aab (patch)
treefda9c99ecdf9fbbb3bd0ac8080c4ad3843bb610d /ftp
parent5feec7f37edc70d70cc538fcc9abf99a3ccd0d3a (diff)
downloadfreebsd-ports-gnome-3c13ca3af74fafb3ceb47b3188a87ad272069aab.tar.gz
freebsd-ports-gnome-3c13ca3af74fafb3ceb47b3188a87ad272069aab.tar.zst
freebsd-ports-gnome-3c13ca3af74fafb3ceb47b3188a87ad272069aab.zip
iconv binary now called `iconv', not `giconv'.
Diffstat (limited to 'ftp')
-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' \