View | Details | Raw Unified | Return to bug 36803
Collapse All | Expand All

(-)ghc/Makefile (-3 / +12 lines)
Lines 11-22 Link Here
11
11
12
SRC_DIST=	ghc-${PORTVERSION}-src-1${EXTRACT_SUFX} 
12
SRC_DIST=	ghc-${PORTVERSION}-src-1${EXTRACT_SUFX} 
13
BOOT_DIST=	ghc-${PORTVERSION}-i386-unknown-freebsd-boot${EXTRACT_SUFX}
13
BOOT_DIST=	ghc-${PORTVERSION}-i386-unknown-freebsd-boot${EXTRACT_SUFX}
14
BOOT_DIST5=	ghc-${PORTVERSION}-i386-unknown-freebsd5-boot${EXTRACT_SUFX}
14
15
15
DISTFILES=	${SRC_DIST} ${BOOT_DIST}
16
USE_BZIP2=	yes
17
.include <bsd.port.pre.mk>
18
19
DISTFILES=	${SRC_DIST}
20
21
.if ${OSVERSION} < 500000
22
DISTFILES+=	${BOOT_DIST}
23
.else
24
DISTFILES+=	${BOOT_DIST5}
25
.endif
16
26
17
MAINTAINER=	simonmar@microsoft.com
27
MAINTAINER=	simonmar@microsoft.com
18
28
19
USE_BZIP2=	yes
20
USE_PERL5=	yes
29
USE_PERL5=	yes
21
USE_GMAKE=	yes
30
USE_GMAKE=	yes
22
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
Lines 44-47 Link Here
44
pre-build:
53
pre-build:
45
	@${MKDIR} ${TMPDIR}
54
	@${MKDIR} ${TMPDIR}
46
55
47
.include <bsd.port.mk>
56
.include <bsd.port.post.mk>
(-)ghc/distinfo (+1 lines)
Lines 1-2 Link Here
1
MD5 (ghc-5.02.2-src-1.tar.bz2) = 97295bf16d4df59f46e6040cc26bb6f4
1
MD5 (ghc-5.02.2-src-1.tar.bz2) = 97295bf16d4df59f46e6040cc26bb6f4
2
MD5 (ghc-5.02.2-i386-unknown-freebsd-boot.tar.bz2) = f63aacdb00cdf1684e61878f20e94056
2
MD5 (ghc-5.02.2-i386-unknown-freebsd-boot.tar.bz2) = f63aacdb00cdf1684e61878f20e94056
3
MD5 (ghc-5.02.2-i386-unknown-freebsd5-boot.tar.bz2) = d2d5d2439d6982fd3cd86f3e49461052

Return to bug 36803