diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:06:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:06:27 +0000 |
commit | 161b751262bc5e1c5239a167762733cdcdd1d29d (patch) | |
tree | c8a813985306d0a0d3b0535c8d9d96829a495944 /math/rascal | |
parent | 6117005f174cf91429416650985190076c2892de (diff) | |
download | ports-161b751262bc5e1c5239a167762733cdcdd1d29d.tar.gz ports-161b751262bc5e1c5239a167762733cdcdd1d29d.zip |
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/Makefile | 3 |
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 ; \ |