diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
commit | 850379f68078a94d9766eaf2c890eac8479551e1 (patch) | |
tree | f7b7a328db9fec33a421566ba08f399a8d60f1b6 /shells/flash/Makefile | |
parent | Bump PORTREVISION. Sorry, I forgot. (diff) |
PERL -> REINPLACE_CMD
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes:
svn path=/head/; revision=61837
Diffstat (limited to '')
-rw-r--r-- | shells/flash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index ce3ac0ebc515..9251c0ff671f 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses USE_GMAKE= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes MAN1= flash.1 @@ -39,7 +40,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_NCURSES_NCURSES_H" \ post-patch: .for file in ${SCRIPT} - @${PERL} -pi -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} + @${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} .endfor do-install: |