summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-19 03:56:23 +0000
committerjlam <jlam>2001-05-19 03:56:23 +0000
commit66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab (patch)
tree35829def2637f8f91ecdb3daaeecb1424685adf2 /chat/ircII
parent9d24d73ade1b1b7f32d6182c78361801ea624464 (diff)
downloadpkgsrc-66ad28b277d0af6fb5a0ff2449ff7d4286b6eeab.tar.gz
Use ${XARGS} instead of invoking xargs directly.
Diffstat (limited to 'chat/ircII')
-rw-r--r--chat/ircII/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 3e08516987f..a028e12a30a 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/12 10:35:41 wennmach Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/19 03:56:32 jlam Exp $
# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
#
@@ -52,7 +52,7 @@ pre-install:
post-install:
@if [ "X${MANZ}" != X"" ]; then \
${ECHO} Compressing help files; \
- ${FIND} ${PREFIX}/share/irc/help -type f -print | xargs ${GZIP_CMD}; \
+ ${FIND} ${PREFIX}/share/irc/help -type f -print | ${XARGS} ${GZIP_CMD}; \
fi
${RM} -f ${PREFIX}/man/man1/irc.1
${LN} -s ircII.1 ${PREFIX}/man/man1/irc.1