diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:17:29 +0800 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /irc | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.zst freebsd-ports-gnome-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'irc')
-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> |