diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 15:25:43 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 15:25:43 +0000 |
commit | 016eb4c75b1e1a680ec80acb977caa589fcf9dd5 (patch) | |
tree | 0b5c4c4444aaae455d4c2ebff12193d4d66b30ce /net/ircII/Makefile | |
parent | efc55358d2072aa1ba57c0fdd930832e7f66b80f (diff) | |
download | pkgsrc-016eb4c75b1e1a680ec80acb977caa589fcf9dd5.tar.gz |
portlint: gzip->${GZIP_CMD}; echo->${ECHO}.
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 92617887e74..2ed705cbed3 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.10 1998/03/05 16:55:33 tv Exp $ +# $NetBSD: Makefile,v 1.11 1998/03/10 15:25:43 frueauf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -30,8 +30,8 @@ pre-install: post-install: @if [ "X${MANZ}" != X"" ]; then \ - echo Compressing help files; \ - find ${PREFIX}/lib/irc/help -type f -print | xargs gzip -9; \ + ${ECHO} Compressing help files; \ + find ${PREFIX}/lib/irc/help -type f -print | xargs ${GZIP_CMD}; \ fi .include <bsd.port.mk> |