summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wget+ipv6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile
index 3c6aaf64cd8d..bbbbb23ef195 100644
--- a/ftp/wget+ipv6/Makefile
+++ b/ftp/wget+ipv6/Makefile
@@ -49,8 +49,8 @@ post-patch:
${MV} po/zh_TW.po 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/' |\
- ${REINPLACE_CMD} -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\
- ${REINPLACE_CMD} -e 's,\\\\([nt\"]),\\$$1,g' \
+ ${SED} -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\
+ ${SED} -e 's,\\\\([nt\"]),\\$$1,g' \
> po/zh_TW.po)
pre-build: