diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:28:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:28:33 +0000 |
commit | 0df0790865291f61c58f136157d08efae07ea5c0 (patch) | |
tree | dfef8dd2407275eca1b3f8bf06323337b2ffa72f /ftp | |
parent | Remove iconv->giconv hack. (diff) |
iconv binary now called `iconv', not `giconv'.
Notes
Notes:
svn path=/head/; revision=57433
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget+ipv6/Makefile | 2 |
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' \ |