summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-12-06 06:20:00 +0000
committerdholland <dholland@pkgsrc.org>2013-12-06 06:20:00 +0000
commit6dedc52a07096480b3c2f15432d2def842d2cacc (patch)
tree63821237655713adff87f7157ce754795c36fd89 /lang/ghc
parent6352364034f0f12da682141ded9754a53b757e17 (diff)
downloadpkgsrc-6dedc52a07096480b3c2f15432d2def842d2cacc.tar.gz
After all the Sturm und Drang, it turns out the only thing needed for
DESTDIR support in ghc is to turn it on. Sigh. Remove BROKEN.
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index d63dfd65459..85c4d090145 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2013/10/24 10:31:02 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2013/12/06 06:20:00 dholland Exp $
DISTNAME= ghc-6.8.3
PKGREVISION= 4
@@ -18,9 +18,6 @@ SITES.ghc-6.4.2-i386-unknown-netbsd-hc.tar.gz=${MASTER_SITE_LOCAL}
ONLY_FOR_PLATFORM= Darwin-*-i386 FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 SunOS-*-i386
-PKG_DESTDIR_SUPPORT= none
-BROKEN= Does not support DESTDIR; will be removed after 2013Q4
-
CHECK_PORTABILITY_SKIP= distrib/prep-bin-dist-mingw
# += in a shell script, but in embedded AWK code, so it's ok.