diff options
author | pat <pat@FreeBSD.org> | 2002-06-24 04:29:01 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-24 04:29:01 +0800 |
commit | cf6da9c2084f076043b607e9aa6cabfe42da0fa9 (patch) | |
tree | 370fcbb6d6f08270d45d4568848a36e376726f0f /shells/flash/Makefile | |
parent | 9ceaffbf4dbb65eaf9582a23b08e02bc97f57287 (diff) | |
download | freebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.gz freebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.zst freebsd-ports-gnome-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.zip |
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>
Diffstat (limited to 'shells/flash/Makefile')
-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: |