summaryrefslogtreecommitdiff
path: root/ftp/wget+ipv6
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /ftp/wget+ipv6
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'ftp/wget+ipv6')
-rw-r--r--ftp/wget+ipv6/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/wget+ipv6/Makefile b/ftp/wget+ipv6/Makefile
index f6c3647585d5..3c6aaf64cd8d 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: