summaryrefslogtreecommitdiffstats
path: root/math/GiNaC
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-22 17:06:27 +0000
commitc147389ae60aad271c5b1f86f9ba1368e91eb78b (patch)
treec30052169cd8bb432a4dc0eb35650e1f900ebcfa /math/GiNaC
parent2789058898bc9e5f45b1cf4bd04aaffebbdd1626 (diff)
downloadFreeBSD-ports-c147389ae60aad271c5b1f86f9ba1368e91eb78b.zip
FreeBSD-ports-c147389ae60aad271c5b1f86f9ba1368e91eb78b.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'math/GiNaC')
-rw-r--r--math/GiNaC/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile
index 3b549c9..1cbb2f0 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>
OpenPOWER on IntegriCloud