diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-05-12 03:22:26 +0800 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-05-12 03:22:26 +0800 |
commit | dd69db8b97c79685b53477053d4421bca9143576 (patch) | |
tree | 949d369ad2b4cb586622dd1c049ca0eb8990f6b9 /graphics | |
parent | ff40652cab2931e19a5b8b0e50ce492f25142e41 (diff) | |
download | freebsd-ports-gnome-dd69db8b97c79685b53477053d4421bca9143576.tar.gz freebsd-ports-gnome-dd69db8b97c79685b53477053d4421bca9143576.tar.zst freebsd-ports-gnome-dd69db8b97c79685b53477053d4421bca9143576.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 'graphics')
-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 |