diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
commit | b8a64d94ec2c611f91740140ab3d7d46cbd3a203 (patch) | |
tree | 5efc52c313ebe1d542732f5d8ef5765d631f0c11 /irc/gruftistats | |
parent | 79c96ad377b50e85d0230d5870063c73a049927c (diff) | |
download | ports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.tar.gz ports-b8a64d94ec2c611f91740140ab3d7d46cbd3a203.zip |
Notes
Diffstat (limited to 'irc/gruftistats')
-rw-r--r-- | irc/gruftistats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/gruftistats/Makefile b/irc/gruftistats/Makefile index 34c9b7ea5100..83be62922b1c 100644 --- a/irc/gruftistats/Makefile +++ b/irc/gruftistats/Makefile @@ -15,6 +15,7 @@ MAINTAINER= mwest@uct.ac.za GNU_CONFIGURE= YES USE_GMAKE= YES +USE_REINPLACE= yes .if defined(NOPORTDOCS) MAKE_ARGS= NOPORTDOCS=1 @@ -23,7 +24,8 @@ MAKE_ARGS= NOPORTDOCS=1 MAN1= gruftistats.1 post-patch: - @${PERL} -pi -e 's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \ + @${REINPLACE_CMD} -e \ + 's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \ ${WRKSRC}/lib.c .include <bsd.port.mk> |