diff options
author | mrg <mrg@pkgsrc.org> | 2000-12-31 06:45:17 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2000-12-31 06:45:17 +0000 |
commit | 5a9479eef4b4fc618b43a0e3d685c18c4f89338b (patch) | |
tree | b6b9c27c84c329340c4bf1c8a02baeca08dedab8 /chat/ircII/Makefile | |
parent | 1b0ae4f05496f67ce3cea834bfa8c4c678f0ef8b (diff) | |
download | pkgsrc-5a9479eef4b4fc618b43a0e3d685c18c4f89338b.tar.gz |
update to 20001231. changes include:
- new -t/-T (already in pkgsrc version)
- cygwin termcap support
- severel new core dumps fixed
- support for ICB groups called, eg, "/quit"
- better mIRC colour support
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index fbc33a5402e..cd5bf8555a8 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/31 06:45:17 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-4.4Z -PKGNAME= ircII-4.4Z -WRKSRC= ${WRKDIR}/ircii-4.4Z +DISTNAME= ircii-20001231 +PKGNAME= ircII-20001231 +WRKSRC= ${WRKDIR}/ircii-20001231 CATEGORIES= chat MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ EXTRACT_SUFX= .tar.bz2 |