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 /cross | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-cygwin32/Makefile | 4 | ||||
-rw-r--r-- | cross/i386-linux/Makefile | 4 | ||||
-rw-r--r-- | cross/i386-msdosdjgpp/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile index f37a16f4907..e115621a637 100644 --- a/cross/i386-cygwin32/Makefile +++ b/cross/i386-cygwin32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/06/12 21:11:26 jdf Exp $ +# $NetBSD: Makefile,v 1.20 2012/08/14 17:07:55 asau Exp $ # DISTVERSION= 1.0.0.0 @@ -11,6 +11,8 @@ COMMENT= Cross-compile environment for Cygwin32/i386 NOT_FOR_PLATFORM= *-*-x86_64 +PKG_DESTDIR_SUPPORT= none + WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} USE_CROSS_BINUTILS= yes BINUTILS_GNUTARGET= pe-i386 diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 83f353d9926..71cc3075a96 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/11/15 20:26:04 shattered Exp $ +# $NetBSD: Makefile,v 1.30 2012/08/14 17:07:56 asau Exp $ # DISTVERSION= 2.0.7.1 @@ -14,6 +14,8 @@ NOT_FOR_PLATFORM= *-*-x86_64 BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm +PKG_DESTDIR_SUPPORT= none + CHECK_SHLIBS_SUPPORTED= no WRKSRC= ${WRKDIR} diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile index ae36c8999d3..5f1cf37b203 100644 --- a/cross/i386-msdosdjgpp/Makefile +++ b/cross/i386-msdosdjgpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/01/14 03:13:04 hans Exp $ +# $NetBSD: Makefile,v 1.31 2012/08/14 17:07:56 asau Exp $ # DISTVERSION= 2.02.0 @@ -23,6 +23,8 @@ SITES.wmemu2b.zip= http://ftp.delorie.com/pub/djgpp/beta/ \ ftp://gd.tuwien.ac.at/pc/dos/djgpp/beta/ \ http://gd.tuwien.ac.at/pc/dos/djgpp/beta/ +PKG_DESTDIR_SUPPORT= none + WRKSRC= ${WRKDIR}/djgpp USE_CROSS_BINUTILS= yes BINUTILS_GNUTARGET= coff-go32 |