summaryrefslogtreecommitdiff
path: root/math/rascal
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/rascal
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/rascal')
-rw-r--r--math/rascal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile
index 21b76e893c38..2687c538ff0f 100644
--- a/math/rascal/Makefile
+++ b/math/rascal/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
USE_BISON= yes
USE_GNOME= yes
WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION}
@@ -26,7 +27,7 @@ MANCOMPRESSED= yes
MAN1= rascal.1
post-patch:
- @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
+ @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \
s,g\+\+,${CXX},g ; \
s,doc/,share/doc/,g ; \
s,gnome-config,${GNOME_CONFIG},g ; \