diff options
Diffstat (limited to 'lang')
-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 193a168ffc3f..b317d57f36c8 100644 --- a/lang/haskell-mode.el/Makefile +++ b/lang/haskell-mode.el/Makefile @@ -8,7 +8,8 @@ PORTNAME= haskell-mode PORTVERSION= 2.1 CATEGORIES= lang elisp -MASTER_SITES= http://www.iro.umontreal.ca/~monnier/elisp/ +MASTER_SITES= http://www.iro.umontreal.ca/~monnier/elisp/ \ + http://macemacsjp.sourceforge.jp/package/20051117/GPL/ MAINTAINER= umq@ueo.co.jp COMMENT= An Emacs lisp mode for editing haskell programs |