diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (patch) | |
tree | 753b016f246dce9957c268962733d34c7e3eb7b7 /ftp/wget+ipv6 | |
parent | c4fd09e68bc5c2ee1078b7b21b2ac0601f34aead (diff) | |
download | FreeBSD-ports-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.zip FreeBSD-ports-7dd6805c44bf98d4d64a54313e9f622fd7cb2656.tar.gz |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'ftp/wget+ipv6')
-rw-r--r-- | ftp/wget+ipv6/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile index f6c3647..3c6aaf6 100644 --- a/ftp/wget+ipv6/Makefile +++ b/ftp/wget+ipv6/Makefile @@ -31,6 +31,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} .endif USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -48,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/' |\ - ${PERL} -p -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\ - ${PERL} -p -e 's,\\\\([nt\"]),\\$$1,g' \ + ${REINPLACE_CMD} -e 's{([\x81-\xfe])\\}{$$1\\\\}g' |\ + ${REINPLACE_CMD} -e 's,\\\\([nt\"]),\\$$1,g' \ > po/zh_TW.po) pre-build: |