summaryrefslogtreecommitdiffstats
path: root/sysutils/ndir/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
commit690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch)
tree2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /sysutils/ndir/Makefile
parent266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff)
downloadFreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip
FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz
PERL -> REINPLACE
and USE_PERL5 in some places Noticed by: bento
Diffstat (limited to 'sysutils/ndir/Makefile')
-rw-r--r--sysutils/ndir/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ndir/Makefile b/sysutils/ndir/Makefile
index 448a111..78a3d8d 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
OpenPOWER on IntegriCloud