diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /lang/nhc98 | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'lang/nhc98')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 1171da010d0..665ea77f782 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2010/01/07 07:36:54 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2012/08/14 17:07:57 asau Exp $ DISTNAME= nhc98src-1.18.tar.gz PKGNAME= nhc98-1.18 @@ -15,6 +15,8 @@ COMMENT= Portable Haskell 98 compiler # Not yet ported to 64-bit machines NOT_FOR_PLATFORM= ${LP64PLATFORMS} +PKG_DESTDIR_SUPPORT= none + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* |