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 /lang/ghc | |
parent | 6f372754abfbed8077e5c9452b3eca9c5022c5fc (diff) | |
download | ports-6e75eeb6f2977b9146338fe654599904dcb67235.tar.gz ports-6e75eeb6f2977b9146338fe654599904dcb67235.zip |
Notes
Diffstat (limited to 'lang/ghc')
-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 |