From a4b34dc04e7b341bdc1cb2582df23e4ae0d927cc Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Mon, 28 Oct 1996 07:32:37 +0000 Subject: irc-2.9-base -> irc-2.9-roof Also, changed default server from "you.need.to.change.this" to "irc.FreeBSD.ORG" --- irc/ircII/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index e1cad8407d36..be71d27d8831 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -3,10 +3,10 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1996/04/01 07:11:29 asami Exp $ +# $Id: Makefile,v 1.11 1996/06/17 22:24:20 torstenb Exp $ # -DISTNAME= ircii-2.9-base +DISTNAME= ircii-2.9-roof PKGNAME= ircii-2.9 CATEGORIES+= net MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ @@ -15,6 +15,8 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-default-server="irc.FreeBSD.ORG" + WRKSRC= ${WRKDIR}/${PKGNAME} .if !defined(NOMANCOMPRESS) -- cgit v1.2.3