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 /lang/ghc-doc | |
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 'lang/ghc-doc')
-rw-r--r-- | lang/ghc-doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc-doc/Makefile b/lang/ghc-doc/Makefile index c45c58863893..70340221bbbe 100644 --- a/lang/ghc-doc/Makefile +++ b/lang/ghc-doc/Makefile @@ -9,7 +9,9 @@ PORTNAME= ghc-doc PORTVERSION= 5.04.3 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \ - http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ + http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/ghc/docs/${PORTVERSION}/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/ghc/docs/${PORTVERSION}/html/ DISTFILES= building.html.tar.gz building.ps.gz hslibs.html.tar.gz \ hslibs.ps.gz libraries.html.tar.gz users_guide.html.tar.gz \ users_guide.ps.gz index.html |