From c5dc265a067a286da2f988ddb58c8f8bc33e80a0 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 19 Apr 2011 21:15:57 +0900 Subject: [PATCH] Fix incorrect MASTER_SITES --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 127868e..f46f665 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DISTNAME= ghc-${VERSION} VERSION= 7.0.1 CATEGORIES= lang -MASTER_SITES= http://new-www.haskell.org/ghc/dist/${VERSION}/ +MASTER_SITES= http://www.haskell.org/ghc/dist/${VERSION}/ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://www.haskell.org/ghc/ COMMENT= Compiler for the functional language Haskell -- 2.40.0