aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sloth
diff options
context:
space:
mode:
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 b2c79385ac44..663da5dee3d6 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>