diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 01:06:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 01:06:27 +0800 |
commit | c147389ae60aad271c5b1f86f9ba1368e91eb78b (patch) | |
tree | c30052169cd8bb432a4dc0eb35650e1f900ebcfa /math/rascal | |
parent | 2789058898bc9e5f45b1cf4bd04aaffebbdd1626 (diff) | |
download | freebsd-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/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 ; \ |