diff options
author | mrg <mrg> | 2003-03-16 01:56:53 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-03-16 01:56:53 +0000 |
commit | 024d24b12e80a54ffacd555a212fbb87de228c06 (patch) | |
tree | 88f6023f3dfe40465928f7158f5803962017927d /chat/ircII/Makefile | |
parent | 78f17e5d7d720d97f283890c0c8047a30ee5794f (diff) | |
download | pkgsrc-024d24b12e80a54ffacd555a212fbb87de228c06.tar.gz |
update to ircii 20030315:
o fixed several display and status bugs introduced in 20030314.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 76f3722a539..b4b733128e3 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/03/14 12:59:03 mrg Exp $ +# $NetBSD: Makefile,v 1.23 2003/03/16 01:56:53 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= 20030314 +VERS= 20030315 PLIST_SUBST+= VERS=${VERS} .include "../../mk/bsd.prefs.mk" |