diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:34:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:34:48 +0000 |
commit | f53956a21c977c7c348227827634fd2761f186cd (patch) | |
tree | aa99c875659650b1a00eea44b846d8e70d996492 /irc | |
parent | Update to 1.61 (diff) |
Fix MASTER_SITES
PR: 42231
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=65385
Diffstat (limited to 'irc')
-rw-r--r-- | irc/pircbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index 464b16b6f966..f03b847972ec 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -8,7 +8,8 @@ PORTNAME= pircbot PORTVERSION= 0.9.5 CATEGORIES= irc java -MASTER_SITES= http://www.jibble.org/files/ http://www.i-scream.org.uk/downloads/other/ +MASTER_SITES= http://www.jibble.org/files/ \ + http://www.i-scream.org.uk/downloads/other/ MAINTAINER= tim@bishnet.net |