diff options
author | Dima Ruban <dima@FreeBSD.org> | 1996-10-28 07:32:37 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1996-10-28 07:32:37 +0000 |
commit | a4b34dc04e7b341bdc1cb2582df23e4ae0d927cc (patch) | |
tree | b89f902b012e5028dde6e8ab369c3f1cbcfb9b1f /irc/ircII | |
parent | 6484980c93487c0d7018f0b0c60ab2afd3e32fa2 (diff) | |
download | ports-a4b34dc04e7b341bdc1cb2582df23e4ae0d927cc.tar.gz ports-a4b34dc04e7b341bdc1cb2582df23e4ae0d927cc.zip |
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/ircII')
-rw-r--r-- | irc/ircII/Makefile | 6 |
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) |