summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2013-12-06 06:20:00 +0000
committerdholland <dholland>2013-12-06 06:20:00 +0000
commit2b1e9143e39b40d10175e669779d839508225453 (patch)
tree63821237655713adff87f7157ce754795c36fd89
parentc240daca42c1e55f3257b6eb1c3b0b24db5a85b5 (diff)
downloadpkgsrc-2b1e9143e39b40d10175e669779d839508225453.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.
-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.