From 99af85b9360ac8944fa883160d67199867ab74f8 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 21 Mar 2002 15:29:50 +0000 Subject: update to ircII 20020321. from the NEWS file: o /save -all works properly now o new server server groups can be listed in $IRCSERVER by prefixing :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666 o fix /set status_voice o add /server -group, allowing proper multi-network configuration o fix tabkey for people who join channels o fix many $functions() to work properly in multi-server context, and no longer use the current window o enhance $ignored() o add missing docs for /set tab, decrypt_program, show_stars and iso2022_support o new /on window_list for /window list output hookery o /window create now takes -xterm and -screen flags to force either a xterm or screen window to be created, rather than forcing the choice o /on flood support for ICB --- chat/ircII/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chat/ircII/Makefile') diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 5ef28dfcc76..0c2dd48a4da 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/03/10 10:37:27 mrg Exp $ +# $NetBSD: Makefile,v 1.14 2002/03/21 15:29:50 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} @@ -12,7 +12,7 @@ COMMENT= The 'Internet Relay Chat' and 'Internet Citizens Band' Client CONFLICTS= blackened-[0-9]* -VERS= 20020310 +VERS= 20020321 .include "../../mk/bsd.prefs.mk" @@ -59,7 +59,5 @@ post-install: ${ECHO} Compressing help files; \ ${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 .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3