diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-05-11 19:22:26 +0000 |
commit | dd69db8b97c79685b53477053d4421bca9143576 (patch) | |
tree | 949d369ad2b4cb586622dd1c049ca0eb8990f6b9 /lang/ghc | |
parent | Fix password-based sftp authentication. (diff) |
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 |