diff options
author | mrg <mrg> | 2004-08-20 03:20:54 +0000 |
---|---|---|
committer | mrg <mrg> | 2004-08-20 03:20:54 +0000 |
commit | 6d1a3da615bfece3efda965812bbb59a818ead99 (patch) | |
tree | 54bff1c7d16d9b2891e8ff6553bd9a0e47fbbb94 /chat/ircII/Makefile | |
parent | 43c78237d9652f086e993bd33b86543f47713bc5 (diff) | |
download | pkgsrc-6d1a3da615bfece3efda965812bbb59a818ead99.tar.gz |
update to ircii 20040820. changes include:
o /msg . now works for ICB mode as well
o /topic now works by default for ICB
o fix building on SunOS4 with GCC
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 51dc9eb13b9..f8e1674295b 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2004/04/14 17:33:38 grant Exp $ +# $NetBSD: Makefile,v 1.36 2004/08/20 03:20:54 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ \ @@ -17,7 +17,7 @@ CONFLICTS= blackened-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -VERS= 20040216 +VERS= 20040820 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" |