aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ndir
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
commitb8a64d94ec2c611f91740140ab3d7d46cbd3a203 (patch)
tree5efc52c313ebe1d542732f5d8ef5765d631f0c11 /sysutils/ndir
parent79c96ad377b50e85d0230d5870063c73a049927c (diff)
downloadports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.tar.gz
ports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.zip
PERL -> REINPLACE
and USE_PERL5 in some places Noticed by: bento
Notes
Notes: svn path=/head/; revision=69432
Diffstat (limited to 'sysutils/ndir')
-rw-r--r--sysutils/ndir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ndir/Makefile b/sysutils/ndir/Makefile
index 448a111b97b8..78a3d8ddfac6 100644
--- a/sysutils/ndir/Makefile
+++ b/sysutils/ndir/Makefile
@@ -15,13 +15,14 @@ EXTRACT_SUFX= -1.tar.gz
MAINTAINER= markp@FreeBSD.org
USE_GMAKE= yes
+USE_REINPLACE= yes
ALL_TARGET= compile
CFLAGS+= -DNO_THOUSANDS_GROUPING
MAN1= ndir.1
MLINKS= ndir.1 lv.1 ndir.1 lw.1
post-patch:
- @${PERL} -pi -e "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin