diff options
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 1b89faa446c..452acb97a26 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -3,19 +3,19 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.4 1997/11/10 16:03:28 mrg Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/09 00:06:38 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-2.9beta2 -PKGNAME= ircII-2.9beta2 -WRKSRC= ${WRKDIR}/ircii-2.9beta2 -CATEGORIES= net -MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ +DISTNAME= ircii-4.4 +PKGNAME= ircII-4.4 +WRKSRC= ${WRKDIR}/ircii-4.4 +CATEGORIES= net +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ -MAINTAINER= mrg@eterna.com.au +MAINTAINER= mrg@eterna.com.au -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT] MAN= ircII.1 ircbug.1 |