1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

s/PERL/REINPLACE_CMD/ should not be used in pipe stream.

This commit is contained in:
Jun Kuriyama 2002-11-09 13:28:10 +00:00
parent afc907f44d
commit 8061f3e914
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69784

View File

@ -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: