diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 01:34:48 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 01:34:48 +0800 |
commit | da1544c6f5532413851230aa5c6aa8fe82ac211c (patch) | |
tree | 4ca3cfdfd40b8f3041a299fc54bc742db3225a0b /irc | |
parent | 4a34bf6db6f2b936b49ea99774fa2cb905a7a475 (diff) | |
download | freebsd-ports-gnome-da1544c6f5532413851230aa5c6aa8fe82ac211c.tar.gz freebsd-ports-gnome-da1544c6f5532413851230aa5c6aa8fe82ac211c.tar.zst freebsd-ports-gnome-da1544c6f5532413851230aa5c6aa8fe82ac211c.zip |
Fix MASTER_SITES
PR: 42231
Submitted by: maintainer
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 |