diff options
author | obraun <obraun@FreeBSD.org> | 2004-05-12 03:22:26 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-05-12 03:22:26 +0800 |
commit | 2a92c8427e7312a24da76b807289901735d04405 (patch) | |
tree | 3db1cf1aea87458c1d5a73323c4fa0511eb419d7 /lang/ghc | |
parent | ae8d53cf4e46050120721102f81b3c4623431e49 (diff) | |
download | freebsd-ports-gnome-2a92c8427e7312a24da76b807289901735d04405.tar.gz freebsd-ports-gnome-2a92c8427e7312a24da76b807289901735d04405.tar.zst freebsd-ports-gnome-2a92c8427e7312a24da76b807289901735d04405.zip |
Add the mirror http://www.mirror.ac.uk/sites/www.haskell.org/ to MASTER_SITES.
Pointed out by: Simon Marlow <simonmar@microsoft.com>
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 462cd1859d27..57c614eb17c5 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -8,7 +8,9 @@ PORTNAME= ghc PORTVERSION= 6.2.1 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ - http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot + http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \ + http://www.mirror.ac.uk/sites/www.haskell.org/ghc/dist/${PORTVERSION}/:source \ + http://www.mirror.ac.uk/sites/www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot ONLY_FOR_ARCHS= i386 |