diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /cross/bfd-crunchide/Makefile | |
parent | 63309a20a533bc79929c9bd5b3bf872561762300 (diff) | |
download | pkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'cross/bfd-crunchide/Makefile')
-rw-r--r-- | cross/bfd-crunchide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |