summaryrefslogtreecommitdiff
path: root/lang/ghc5
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-01-15 22:56:11 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-01-15 22:56:11 +0000
commitceb5689bb9fa3d0962aea642810b8dc4fc5c736a (patch)
treef4e2f4e331b15688cebce04890901a4fed519cda /lang/ghc5
parentAdd wolf3d, an unofficial Linux port of 1992 id Software game Wolfenstein 3D. (diff)
* Upgrade lang/ghc to 6.2.
* Welcome lang/ghc5 after repocopy from lang/ghc. * Say goodbye to lang/ghc6. * Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni. Approved by: portmgr (marcus), maintainer Repocopy by: joe
Notes
Notes: svn path=/head/; revision=98232
Diffstat (limited to 'lang/ghc5')
-rw-r--r--lang/ghc5/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/ghc5/Makefile b/lang/ghc5/Makefile
index caa3e2ede243..cad25acea151 100644
--- a/lang/ghc5/Makefile
+++ b/lang/ghc5/Makefile
@@ -1,10 +1,10 @@
-# New ports collection makefile for: ghc
-# Date created: 28 August 1999
-# Whom: Simon Marlow <simonmar@microsoft.com>
+# New ports collection makefile for: ghc Date created:
+# 28 August 1999 Whom: Simon Marlow
+# <simonmar@microsoft.com>
#
# $FreeBSD$
-PORTNAME= ghc
+PORTNAME= ghc5
PORTVERSION= 5.04.3
PORTREVISION= 1
CATEGORIES= lang haskell
@@ -33,6 +33,7 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
MAINTAINER= simonmar@microsoft.com
COMMENT= A Compiler for the functional language Haskell
+WRKSRC= ${WRKDIR}/ghc-${PORTVERSION}
USE_PERL5= yes
USE_REINPLACE= yes
USE_GMAKE= yes