summaryrefslogtreecommitdiff
path: root/sysutils/sloth
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 /sysutils/sloth
parentBump PORTREVISION. Sorry, I forgot. (diff)
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>
Notes
Notes: svn path=/head/; revision=61837
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>