summaryrefslogtreecommitdiff
path: root/ftp/wget+ipv6
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-11-09 13:28:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-11-09 13:28:10 +0000
commit8061f3e914316cccb35e98003930d9a2b4275334 (patch)
treee8cd023d98f9e099930902f8395db0b5852eef2b /ftp/wget+ipv6
parentMaintainer update to version 0.44 (diff)
s/PERL/REINPLACE_CMD/ should not be used in pipe stream.
Notes
Notes: svn path=/head/; revision=69784
Diffstat (limited to 'ftp/wget+ipv6')
-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: