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 /textproc/hs-haxml/Makefile | |
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 'textproc/hs-haxml/Makefile')
-rw-r--r-- | textproc/hs-haxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-haxml/Makefile b/textproc/hs-haxml/Makefile index 6fc8286cef9c..44d7dae8cc34 100644 --- a/textproc/hs-haxml/Makefile +++ b/textproc/hs-haxml/Makefile @@ -9,7 +9,8 @@ PORTVERSION= 1.11 PORTREVISION= 1 CATEGORIES= textproc haskell MASTER_SITES= http://www.haskell.org/HaXml/ \ - ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ + ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/HaXml/ \ PKGNAMEPREFIX= hs- DISTNAME= HaXml-${PORTVERSION} |