summaryrefslogtreecommitdiffstats
path: root/sysutils/sloth
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
committerpat <pat@FreeBSD.org>2002-06-23 20:29:01 +0000
commitcf6da9c2084f076043b607e9aa6cabfe42da0fa9 (patch)
tree370fcbb6d6f08270d45d4568848a36e376726f0f /sysutils/sloth
parent9ceaffbf4dbb65eaf9582a23b08e02bc97f57287 (diff)
downloadFreeBSD-ports-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.zip
FreeBSD-ports-cf6da9c2084f076043b607e9aa6cabfe42da0fa9.tar.gz
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 'sysutils/sloth')
-rw-r--r--sysutils/sloth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/sloth/Makefile b/sysutils/sloth/Makefile
index b2c7938..663da5d 100644
--- a/sysutils/sloth/Makefile
+++ b/sysutils/sloth/Makefile
@@ -14,11 +14,12 @@ MASTER_SITES= ftp://ftp.namodn.com/pub/projects/ \
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= sloth.1
post-patch:
- @${PERL} -pi -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure
.include <bsd.port.mk>
OpenPOWER on IntegriCloud