diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2007-01-24 23:55:35 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2007-01-24 23:55:35 +0000 |
commit | 6e75eeb6f2977b9146338fe654599904dcb67235 (patch) | |
tree | 9ab6cc82ac9d31bfe864555d2ac298eb7c3750a5 | |
parent | Update to v1.13 (diff) |
Moved bootstrap tarball to haskell.org. Therefore readd master site.
Notes
Notes:
svn path=/head/; revision=183228
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index e71d2359b48e..b1cc862193c3 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -8,8 +8,8 @@ PORTNAME= ghc PORTVERSION= 6.6 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ + http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot \ http://people.freebsd.org/~vs/ghcdist/${PORTVERSION}/:boot -# http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX}:source \ ghc-${PORTVERSION}-src-extralibs${EXTRACT_SUFX}:source |