aboutsummaryrefslogtreecommitdiff
path: root/shells/flash
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
commit850379f68078a94d9766eaf2c890eac8479551e1 (patch)
treef7b7a328db9fec33a421566ba08f399a8d60f1b6 /shells/flash
parent20ac02a96c38b585dc00957bad7fed485f9e40ec (diff)
downloadports-850379f68078a94d9766eaf2c890eac8479551e1.tar.gz
ports-850379f68078a94d9766eaf2c890eac8479551e1.zip
Notes
Diffstat (limited to 'shells/flash')
-rw-r--r--shells/flash/Makefile3
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: