diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-31 06:53:31 +0000 |
commit | 65ab34a66713786b91eb182ff10e40108b752fbb (patch) | |
tree | 11ba0ae7d75bec62d8912344c351ade7872c86bb /irc | |
parent | Clean COMMENT (diff) |
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes
Notes:
svn path=/head/; revision=21157
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irc/Makefile | 2 | ||||
-rw-r--r-- | irc/ircII/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/irc/Makefile b/irc/irc/Makefile index 223cc4126b76..62dbeb881cb9 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/networking/services/irc/server/ \ ftp://ftp.ut.ee/pub/unix/irc/server/ \ ftp://ftp.ntua.gr/pub/net/irc/server/ -MAINTAINER= torstenb@FreeBSD.ORG +MAINTAINER= torstenb@FreeBSD.org # the NOTE command is disabled by default # ENABLE_NOTE=yes diff --git a/irc/ircII/Makefile b/irc/ircII/Makefile index 9b7851092707..3335f92c33f5 100644 --- a/irc/ircII/Makefile +++ b/irc/ircII/Makefile @@ -10,7 +10,7 @@ DISTNAME= ircii-4.4 CATEGORIES= irc MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ -MAINTAINER= torstenb@FreeBSD.ORG +MAINTAINER= torstenb@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc |