summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-08-14 17:07:55 +0000
committerasau <asau@pkgsrc.org>2012-08-14 17:07:55 +0000
commitfd5606f6d6ddb83a103dd625b40ecae784adb51e (patch)
tree5dbcb34f52bc9ee469c1698903957779b4dae76c /lang/ghc
parent1287093e7e877588237ba7c7c8824655c57d6f4e (diff)
downloadpkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 4d99e419bbc..870d8e5c9f0 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2010/03/24 19:43:25 asau Exp $
+# $NetBSD: Makefile,v 1.46 2012/08/14 17:07:57 asau Exp $
DISTNAME= ghc-6.8.3
PKGREVISION= 2
@@ -18,6 +18,8 @@ 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
+PKG_DESTDIR_SUPPORT= none
+
CHECK_PORTABILITY_SKIP= distrib/prep-bin-dist-mingw
# += in a shell script, but in embedded AWK code, so it's ok.