diff options
author | petef <petef@FreeBSD.org> | 2002-12-23 12:26:19 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-12-23 12:26:19 +0800 |
commit | 1eb623de67afca0ddffa25541867b0f75ebf6f2e (patch) | |
tree | e35bef0a3527d59e806dddffa0f511b1732f6dd3 /irc | |
parent | ecd34a8b7c71dd4047b4d8d02ad28c5f99e4580d (diff) | |
download | freebsd-ports-gnome-1eb623de67afca0ddffa25541867b0f75ebf6f2e.tar.gz freebsd-ports-gnome-1eb623de67afca0ddffa25541867b0f75ebf6f2e.tar.zst freebsd-ports-gnome-1eb623de67afca0ddffa25541867b0f75ebf6f2e.zip |
Fix MASTER_SITES.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/scrollz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index e2824c74d081..84d36001deba 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -8,9 +8,7 @@ PORTNAME= scrollz PORTVERSION= 1.8m CATEGORIES= irc ipv6 -MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \ - ftp://ftp.stealth.net/pub/mirrors/ftp.scrollz.com/pub/ScrollZ/source/ \ - ftp://ftp.du.se/pub/mirrors/ScrollZ/source/ +MASTER_SITES= http://scrollz.broken.com/source/ DISTNAME= ScrollZ-${PORTVERSION} MAINTAINER= petef@FreeBSD.org |