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/ghc5 | |
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/ghc5')
-rw-r--r-- | lang/ghc5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile index b8352f7ed5f1..ee76a90073e7 100644 --- a/lang/ghc5/Makefile +++ b/lang/ghc5/Makefile @@ -9,7 +9,9 @@ PORTVERSION= 5.04.3 PORTREVISION= 2 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 |