summaryrefslogtreecommitdiff
path: root/math/GiNaC/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
commit161b751262bc5e1c5239a167762733cdcdd1d29d (patch)
treec8a813985306d0a0d3b0535c8d9d96829a495944 /math/GiNaC/Makefile
parentchange master site (diff)
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=61740
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r--math/GiNaC/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 3b549c951b9b..1cbb2f0a770d 100644
--- a/math/GiNaC/Makefile
+++ b/math/GiNaC/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= cln.2:${PORTSDIR}/math/cln
+USE_REINPLACE= yes
USE_BZIP2= yes
USE_NEWGCC= yes
USE_GMAKE= yes
@@ -34,10 +35,10 @@ post-extract:
post-patch:
.for file in configure ginac/numeric.cpp ginac/tostring.h
- @${PERL} -pi -e 's|sstream|strstream|g ; \
+ @${REINPLACE_CMD} -e 's|sstream|strstream|g ; \
s|stringstream|strstream|g' ${WRKSRC}/${file}
.endfor
- @${PERL} -pi -e 's|-release \$$\(LT_RELEASE\)||g' \
+ @${REINPLACE_CMD} -e 's|-release \$$(LT_RELEASE)||g' \
${WRKSRC}/ginac/Makefile.in
.include <bsd.port.mk>