aboutsummaryrefslogtreecommitdiffstats
path: root/math/rascal
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 01:06:27 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-23 01:06:27 +0800
commitc147389ae60aad271c5b1f86f9ba1368e91eb78b (patch)
treec30052169cd8bb432a4dc0eb35650e1f900ebcfa /math/rascal
parent2789058898bc9e5f45b1cf4bd04aaffebbdd1626 (diff)
downloadfreebsd-ports-gnome-c147389ae60aad271c5b1f86f9ba1368e91eb78b.tar.gz
freebsd-ports-gnome-c147389ae60aad271c5b1f86f9ba1368e91eb78b.tar.zst
freebsd-ports-gnome-c147389ae60aad271c5b1f86f9ba1368e91eb78b.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
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 ; \