aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 12:40:05 +0800
committersteve <steve@FreeBSD.org>2001-02-26 12:40:05 +0800
commit93e87d3b5871a3dea94adf5e18ff79eee0f87300 (patch)
tree241b139d651b9d88bb08b4f8fe4c3d0a0704c7f4 /lang/ghc/Makefile
parent6bc6520637df34989aed1871fedafdfc47a0526a (diff)
downloadfreebsd-ports-gnome-93e87d3b5871a3dea94adf5e18ff79eee0f87300.tar.gz
freebsd-ports-gnome-93e87d3b5871a3dea94adf5e18ff79eee0f87300.tar.zst
freebsd-ports-gnome-93e87d3b5871a3dea94adf5e18ff79eee0f87300.zip
Update to version 4.08.2.
PR: 24934 Submitted by: Simon Marlow <simonmar@microsoft.com>
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r--lang/ghc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 7f125b8bf238..e9e9a335dee6 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/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