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 /lang/haskell-mode.el | |
parent | ae8d53cf4e46050120721102f81b3c4623431e49 (diff) | |
download | freebsd-ports-graphics-2a92c8427e7312a24da76b807289901735d04405.tar.gz freebsd-ports-graphics-2a92c8427e7312a24da76b807289901735d04405.tar.zst freebsd-ports-graphics-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/haskell-mode.el')
-rw-r--r-- | lang/haskell-mode.el/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile index 64c70162708..b3f63a0a039 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -8,7 +8,8 @@ PORTNAME= haskell-mode PORTVERSION= 1.44 CATEGORIES= lang elisp -MASTER_SITES= http://www.haskell.org/haskell-mode/ +MASTER_SITES= http://www.haskell.org/haskell-mode/ \ + http://www.mirror.ac.uk/sites/www.haskell.org/haskell-mode/ MAINTAINER= jre@vineyard.net COMMENT= An Emacs lisp mode for editing haskell programs |