diff options
author | pav <pav@FreeBSD.org> | 2007-01-26 17:47:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-26 17:47:47 +0800 |
commit | 096649365ef73331b1e9655f654847e8631841d3 (patch) | |
tree | 8fef01f83d8ebc85ff34f8e5d959eeb895d8cce4 | |
parent | 86f47c35e2650072e12196a062e75f7490e3a9cc (diff) | |
download | freebsd-ports-gnome-096649365ef73331b1e9655f654847e8631841d3.tar.gz freebsd-ports-gnome-096649365ef73331b1e9655f654847e8631841d3.tar.zst freebsd-ports-gnome-096649365ef73331b1e9655f654847e8631841d3.zip |
- Swap master sites, make checksum chokes on parallelrealities.co.uk returning webpage instead of 404 code
-rw-r--r-- | games/blobandconquer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/blobandconquer/Makefile b/games/blobandconquer/Makefile index 685649fea10f..8333d6ef70c4 100644 --- a/games/blobandconquer/Makefile +++ b/games/blobandconquer/Makefile @@ -8,8 +8,8 @@ PORTNAME= blobandconquer DISTVERSION= 0.7-2 CATEGORIES= games -MASTER_SITES= http://www.parallelrealities.co.uk/download.php?type=zip&file= \ - http://www.amdmi3.ru/distfiles/ +MASTER_SITES= http://www.amdmi3.ru/distfiles/ \ + http://www.parallelrealities.co.uk/download.php?type=zip&file= DISTNAME= blobAndConquer-${DISTVERSION} MAINTAINER= amdmi3@amdmi3.ru |