summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authormrg <mrg>2002-03-21 15:29:50 +0000
committermrg <mrg>2002-03-21 15:29:50 +0000
commit99af85b9360ac8944fa883160d67199867ab74f8 (patch)
treeeb2b392b86769f58588581f431acd9213802315a /chat/ircII/Makefile
parent4cdf215c58e1f73dbce757919e926c70bb2cf05b (diff)
downloadpkgsrc-99af85b9360ac8944fa883160d67199867ab74f8.tar.gz
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
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r--chat/ircII/Makefile6
1 files changed, 2 insertions, 4 deletions
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"