aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-06-14 01:34:59 +0800
committeroliver <oliver@FreeBSD.org>2006-06-14 01:34:59 +0800
commitc6244c578839b479e54728090b8e1cd464e02071 (patch)
tree222464a2060c9d118b2dd8e831f1438e3d1f8fdd /lang
parent84ec47e1291c6c8c5803efadbbfc6471f1ea6950 (diff)
downloadfreebsd-ports-gnome-c6244c578839b479e54728090b8e1cd464e02071.tar.gz
freebsd-ports-gnome-c6244c578839b479e54728090b8e1cd464e02071.tar.zst
freebsd-ports-gnome-c6244c578839b479e54728090b8e1cd464e02071.zip
make portlint happier
PR: ports/96548 Approved by: previous maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 34ec6016e47b..6cd0778ebb99 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -10,12 +10,16 @@ PORTREVISION= 1
CATEGORIES= lang haskell
MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \
http://www.haskell.org/ghc/dist/${PORTVERSION}/FreeBSD/:boot
+DISTFILES= ghc-${PORTVERSION}-src${EXTRACT_SUFX}:source
+
PATCH_SITES= http://www-i2.informatik.rwth-aachen.de/~stolz/FreeBSD/
PATCHFILES= patch-ghc-libraries_OpenAL.diff
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A Compiler for the functional language Haskell
+
ONLY_FOR_ARCHS= i386
-SRC_DIST= ghc-${PORTVERSION}-src${EXTRACT_SUFX}:source
BOOT_DIST4= ghc-${PORTVERSION}-i386-unknown-freebsd4-boot${EXTRACT_SUFX}:boot
BOOT_DIST5= ghc-${PORTVERSION}-i386-unknown-freebsd5-boot${EXTRACT_SUFX}:boot
BOOT_DIST= ghc-${PORTVERSION}-i386-unknown-freebsd6-boot${EXTRACT_SUFX}:boot
@@ -26,8 +30,6 @@ OPTIONS= PROFILE "Compile for profiling as well" on
.include <bsd.port.pre.mk>
-DISTFILES= ${SRC_DIST}
-
.if ${OSVERSION} < 500000
DISTFILES+= ${BOOT_DIST4}
IGNORE= unsupported at the moment
@@ -47,9 +49,6 @@ USE_AUTOTOOLS= autoconf:259:env
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 \
readline.5:${PORTSDIR}/devel/readline
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= A Compiler for the functional language Haskell
-
USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes