diff options
author | mrg <mrg@pkgsrc.org> | 1997-11-10 16:03:28 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 1997-11-10 16:03:28 +0000 |
commit | 66049f80e91597763e75741c85281a1edb38a660 (patch) | |
tree | c9b223ea6a32b630a77d0742125a84cbd0d2e854 /net/ircII/Makefile | |
parent | 4ee4178506adece5d3ee4439d88e2c783aab49f6 (diff) | |
download | pkgsrc-66049f80e91597763e75741c85281a1edb38a660.tar.gz |
update this to 2.9beta2. also change ftp server to the main ircii site, and make me the maintainer.
Diffstat (limited to 'net/ircII/Makefile')
-rw-r--r-- | net/ircII/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 020c043a643..1b89faa446c 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -3,21 +3,21 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $NetBSD: Makefile,v 1.3 1997/11/09 22:12:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/11/10 16:03:28 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-2.9-roof -PKGNAME= ircII-2.9roof -WRKSRC= ${WRKDIR}/ircii-2.9 +DISTNAME= ircii-2.9beta2 +PKGNAME= ircII-2.9beta2 +WRKSRC= ${WRKDIR}/ircii-2.9beta2 CATEGORIES= net -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +MASTER_SITES= ftp://ircii.warped.com/pub/ircII/ -MAINTAINER= torstenb@FreeBSD.ORG +MAINTAINER= mrg@eterna.com.au GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --with-default-server=SERVER[:PORT] -MAN1= ircII.1 ircbug.1 +MAN= ircII.1 ircbug.1 .include <bsd.port.mk> |