summaryrefslogtreecommitdiffstats
path: root/math/freefem
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/freefem
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/freefem')
-rw-r--r--math/freefem/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile
index 8cb4e13..4668e9f 100644
--- a/math/freefem/Makefile
+++ b/math/freefem/Makefile
@@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= kfem
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
@@ -22,8 +23,8 @@ INSTALLS_SHLIB= yes
MAN1= freefem.1
post-patch:
- @${PERL} -pi -e 's|-O3 |\$$CXXFLAGS |g' ${WRKSRC}/configure
- @${PERL} -pi -e 's|debian doc freefem|debian freefem|g ; \
+ @${REINPLACE_CMD} -e 's|-O3 |\$$CXXFLAGS |g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|debian doc freefem|debian freefem|g ; \
s|^install-data-am:|install-data-am: #|g' ${WRKSRC}/Makefile.in
post-install:
OpenPOWER on IntegriCloud