aboutsummaryrefslogtreecommitdiff
path: root/biology/deft/Makefile
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 /biology/deft/Makefile
parent3ff37e385bb15e608586b24278ba3dde9ea57151 (diff)
downloadports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz
ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'biology/deft/Makefile')
-rw-r--r--biology/deft/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile
index cda1ba957472..c8442a259b01 100644
--- a/biology/deft/Makefile
+++ b/biology/deft/Makefile
@@ -16,6 +16,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= rmiya@cc.hirosaki-u.ac.jp
WRKSRC= ${WRKDIR}/${DISTNAME}/source
+USE_REINPLACE= yes
.include <bsd.port.pre.mk>
@@ -31,7 +32,7 @@ LFLAGS+= -L/usr/local/mpich/lib -lmpich
.endif
post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g"\
+ @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g"\
${WRKDIR}/${DISTNAME}/examples/DeFT
.if !defined(USEMPICH)
@echo "******************************"