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 /graphics/hs-hgl | |
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 'graphics/hs-hgl')
-rw-r--r-- | graphics/hs-hgl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hs-hgl/Makefile b/graphics/hs-hgl/Makefile index 183713180e13..33a2fc184804 100644 --- a/graphics/hs-hgl/Makefile +++ b/graphics/hs-hgl/Makefile @@ -9,7 +9,8 @@ PORTNAME= hgl PORTVERSION= 2.0.4 PORTREVISION= 2 CATEGORIES= graphics haskell -MASTER_SITES= http://haskell.org/graphics/downloads/ +MASTER_SITES= http://haskell.org/graphics/downloads/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/graphics/downloads/ PKGNAMEPREFIX= hs- DISTNAME= graphics-${PORTVERSION}.src |