diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-10 00:57:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-10 00:57:13 +0000 |
commit | eadd890e05b5654609b9f16c141db0d14d8e846e (patch) | |
tree | 0508ad4b3bcb11ea74b3757bf3e15e099a5dc362 /net/ircII | |
parent | 818d632b2be01c51a6115075dbe432e752249adc (diff) | |
download | pkgsrc-eadd890e05b5654609b9f16c141db0d14d8e846e.tar.gz |
replaced a whole lot more commands with ${COMMAND}
Diffstat (limited to 'net/ircII')
-rw-r--r-- | net/ircII/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 2cca15cd869..6e37289bab3 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/09/23 16:28:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.23 2000/01/10 00:57:15 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -30,7 +30,6 @@ DEPENDS+= socks5-1.0.2:../../net/socks5 .endif .endif - pre-install: @(if [ "X${MANZ}" != X"" ]; then \ GZSUFFIX=.gz; \ @@ -40,7 +39,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 |