diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /cross | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 4 | ||||
-rw-r--r-- | cross/bfd-crunchide/Makefile | 4 | ||||
-rw-r--r-- | cross/bfd-mdsetimage/Makefile | 4 | ||||
-rw-r--r-- | cross/dasm/Makefile | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 79c850f94cc..a7a9a855d46 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/12/21 22:54:56 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2008/06/12 02:14:17 joerg Exp $ DISTNAME= avrdude-5.2 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bsdhome.com/avrdude/ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers +PKG_DESTDIR_SUPPORT= user-destdir + USE_GNU_READLINE= yes TEX_DEPMETHOD= build TEX_ACCEPTED= teTeX3 diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 35adbe13981..3e4af042347 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/10/22 07:01:05 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:17 joerg Exp $ DISTNAME= bfd-crunchide-1.2 CATEGORIES= cross @@ -8,6 +8,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Crunchide using libbfd, used for cross-building distributions +PKG_DESTDIR_SUPPORT= user-destdir + BUILDLINK_DEPMETHOD.cross-binutils= build WRKSRC= ${WRKDIR} diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile index afd1a1cff61..74f504543f6 100644 --- a/cross/bfd-mdsetimage/Makefile +++ b/cross/bfd-mdsetimage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/03 00:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:17 joerg Exp $ DISTNAME= bfd-mdsetimage-1.15.1 PKGREVISION= 1 @@ -9,6 +9,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mdsetimage using libbfd, used for cross-building distributions +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty NO_CHECKSUM= yes diff --git a/cross/dasm/Makefile b/cross/dasm/Makefile index 6fe8e925fda..8190f9a3fed 100644 --- a/cross/dasm/Makefile +++ b/cross/dasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/09/09 02:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:17 joerg Exp $ # DISTNAME= dasm212 @@ -13,6 +13,7 @@ HOMEPAGE= http://members.cox.net/rcolbert/dasm.htm COMMENT= Multi-CPU cross-assembler for 6502, 6803 and 68HC11 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} NO_CONFIGURE= YES |