aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hugs
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2004-05-12 03:22:26 +0800
committerobraun <obraun@FreeBSD.org>2004-05-12 03:22:26 +0800
commit2a92c8427e7312a24da76b807289901735d04405 (patch)
tree3db1cf1aea87458c1d5a73323c4fa0511eb419d7 /lang/hugs
parentae8d53cf4e46050120721102f81b3c4623431e49 (diff)
downloadfreebsd-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/hugs')
-rw-r--r--lang/hugs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index 2174c6eced1f..ddb7a21af60f 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -9,7 +9,8 @@ PORTNAME= hugs98
PORTVERSION= 200311
PORTREVISION= 1
CATEGORIES= lang haskell
-MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/${HUGS_DATE}/
+MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/${HUGS_DATE}/ \
+ http://www.mirror.ac.uk/sites/www.haskell.org/Hugs/downloads/${HUGS_DATE}/
DISTNAME= ${PORTNAME}-${HUGS_DATE}
MAINTAINER= haskell@FreeBSD.org