aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ghc5/Makefile')
-rw-r--r--lang/ghc5/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile
index 7f125b8bf238..e9e9a335dee6 100644
--- a/lang/ghc5/Makefile
+++ b/lang/ghc5/Makefile
@@ -5,14 +5,15 @@
# $FreeBSD$
PORTNAME= ghc
-PORTVERSION= 4.08.1
+PORTVERSION= 4.08.2
CATEGORIES= lang
-MASTER_SITES= http://www.haskell.org/ghc/dist/4.08.1/
+MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/
DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX} \
ghc-${PORTVERSION}-x86-hc${EXTRACT_SUFX}
MAINTAINER= simonmar@microsoft.com
+USE_BZIP2= yes
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -21,8 +22,6 @@ CONFIGURE_ARGS= --enable-hc-boot --libdir=${PREFIX}/lib/ghc
# specifying CONFIGURE_TARGET doesn't work for some reason.
CONFIGURE_TARGET=
-WRKSRC= ${WRKDIR}/fptools
-
# override TMPDIR because /tmp often doesn't have enough space
# to build some of the larger libraries.
TMPDIR = ${WRKSRC}/tmp