diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-11-09 21:28:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-11-09 21:28:10 +0800 |
commit | 49517c00f960aa8cbe62072e8d0dedf75f22a0de (patch) | |
tree | bd11391d643d5bca78d44560c7dcf8aeeb0cb702 | |
parent | 1f57b0bf2e166d0d79a7d5a25c8efe3406f62fde (diff) | |
download | freebsd-ports-gnome-49517c00f960aa8cbe62072e8d0dedf75f22a0de.tar.gz freebsd-ports-gnome-49517c00f960aa8cbe62072e8d0dedf75f22a0de.tar.zst freebsd-ports-gnome-49517c00f960aa8cbe62072e8d0dedf75f22a0de.zip |
s/PERL/REINPLACE_CMD/ should not be used in pipe stream.
-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: |