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/newmat | |
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/newmat')
-rw-r--r-- | math/newmat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/newmat/Makefile b/math/newmat/Makefile index 672fbdb91761..bc4c72ef6d7e 100644 --- a/math/newmat/Makefile +++ b/math/newmat/Makefile @@ -15,12 +15,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org NO_WRKSUBDIR= yes +USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= nm_gnu.mak ALL_TARGET= everything post-patch: - @${PERL} -pi -e "s,^CXX,#CXX,g ; \ + @${REINPLACE_CMD} -e "s,^CXX,#CXX,g ; \ s,^CXXFLAGS,#CXXFLAGS,g" ${WRKSRC}/${MAKEFILE} do-install: |