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/newmat | |
parent | 6117005f174cf91429416650985190076c2892de (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/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: |