summaryrefslogtreecommitdiff
path: root/irc/roxirc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-07 17:49:52 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-07 17:49:52 +0000
commite40046b15dfb9ad5c4dcaa8137ef304b829ea59b (patch)
tree608ae9c87b150f1e38d0af957c8f5103a8dacaab /irc/roxirc
parentFix typo. (diff)
Clean up inefficient perl invocations; use multiple REs in the same call.
Notes
Notes: svn path=/head/; revision=36897
Diffstat (limited to 'irc/roxirc')
-rw-r--r--irc/roxirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/roxirc/Makefile b/irc/roxirc/Makefile
index eeafaa24865a..c5455a3c7fb0 100644
--- a/irc/roxirc/Makefile
+++ b/irc/roxirc/Makefile
@@ -25,7 +25,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/doc/roxirc/help
post-patch:
- @${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/roxirc
- @${PERL} -pi -e 's,wish8.0,wish8.2,g' ${WRKSRC}/roxirc
+ @${PERL} -pi -e 's,/usr/local,${PREFIX},g ; \
+ s,wish8.0,wish8.2,g' ${WRKSRC}/roxirc
.include <bsd.port.mk>