diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:21:15 +0000 |
commit | 279d0c568395b4252ea7d025ef414367c67379c0 (patch) | |
tree | 8f72921d00682487baa00cb9380ca8975f5469ce /lang/ghc | |
parent | 98e3a046d36f9f73a339aeedddb8c7f75429c5fe (diff) | |
download | FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.zip FreeBSD-ports-279d0c568395b4252ea7d025ef414367c67379c0.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'lang/ghc')
-rw-r--r-- | lang/ghc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 7849a0b..0aea65a 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: ghc -# Version required: 4.06 # Date created: 28 August 1999 # Whom: Simon Marlow <simonmar@microsoft.com> # # $FreeBSD$ -DISTNAME= ghc-4.06 +PORTNAME= ghc +PORTVERSION= 4.06 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/4.06/ DISTFILES= ghc-4.06-src${EXTRACT_SUFX} ghc-4.06-x86-hc${EXTRACT_SUFX} |