diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 17:14:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 17:14:29 +0000 |
commit | ef266e7235dc0059ac888ca75bf8935984de4324 (patch) | |
tree | 8d478fdaaf4eb4b1a373cd28299578238e9e5461 /irc/pircbot | |
parent | 50a39aa9f7693c60d8e39e7210b3badd93edd71e (diff) | |
download | ports-ef266e7235dc0059ac888ca75bf8935984de4324.tar.gz ports-ef266e7235dc0059ac888ca75bf8935984de4324.zip |
Notes
Diffstat (limited to 'irc/pircbot')
-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 d02573ff4293..e3dd9fb3d1e8 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -9,7 +9,8 @@ PORTNAME= pircbot PORTVERSION= 1.2.3 CATEGORIES= irc java MASTER_SITES= http://www.jibble.org/files/ \ - http://www.i-scream.org/downloads/other/ + ftp://ftp.i-scream.org/pub/www.jibble.org/files/ \ + http://www.i-scream.org/pub/www.jibble.org/files/ MAINTAINER= tim@bishnet.net COMMENT= PircBot Java IRC Bot Framework |