diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-11-09 13:28:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-11-09 13:28:10 +0000 |
commit | 8061f3e914316cccb35e98003930d9a2b4275334 (patch) | |
tree | e8cd023d98f9e099930902f8395db0b5852eef2b /ftp | |
parent | afc907f44df471b3ce2b8374fd21cc9553329fa0 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget+ipv6/Makefile | 4 |
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: |