summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1996-10-28 07:32:37 +0000
committerDima Ruban <dima@FreeBSD.org>1996-10-28 07:32:37 +0000
commita4b34dc04e7b341bdc1cb2582df23e4ae0d927cc (patch)
treeb89f902b012e5028dde6e8ab369c3f1cbcfb9b1f /irc
parentchange maintainer from joerg to wosch (diff)
irc-2.9-base -> irc-2.9-roof
Also, changed default server from "you.need.to.change.this" to "irc.FreeBSD.ORG"
Notes
Notes: svn path=/head/; revision=4175
Diffstat (limited to 'irc')
-rw-r--r--irc/ircII/Makefile6
1 files 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)