diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:53:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:53:20 +0000 |
commit | 2e5a22f2a563b5de5248cc9365e2fa19bab13be2 (patch) | |
tree | bdb7f5b46fa1760bff207cb29c9fccbe8f47e7bf | |
parent | 049a51595f58ade1cbc85733b118e61d0611bb74 (diff) | |
download | freebsd-ports-2e5a22f2a563b5de5248cc9365e2fa19bab13be2.zip |
add another mastersite so this fetches again
Prompted by: looking at portsurvey
-rw-r--r-- | www/webstone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile index 141090bb6c2f..34b0f00d7c3f 100644 --- a/www/webstone/Makefile +++ b/www/webstone/Makefile @@ -8,7 +8,8 @@ PORTNAME= webstone PORTVERSION= 2.5 CATEGORIES= www benchmarks -MASTER_SITES= ftp://ftp.mindcraft.com/webstone/ +MASTER_SITES= http://www.mindcraft.com/webstone/ \ + ftp://ftp.mindcraft.com/webstone/ DISTNAME= ws25_src EXTRACT_SUFX= .tgz |