diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:29:01 +0000 |
commit | 850379f68078a94d9766eaf2c890eac8479551e1 (patch) | |
tree | f7b7a328db9fec33a421566ba08f399a8d60f1b6 /sysutils/sloth | |
parent | 20ac02a96c38b585dc00957bad7fed485f9e40ec (diff) | |
download | ports-850379f68078a94d9766eaf2c890eac8479551e1.tar.gz ports-850379f68078a94d9766eaf2c890eac8479551e1.zip |
Notes
Diffstat (limited to 'sysutils/sloth')
-rw-r--r-- | sysutils/sloth/Makefile | 3 |
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> |