diff options
author | asau <asau> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:02:33 +0000 |
commit | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /cross/binutils | |
parent | a189a0a58af46c22e9617b692b0b2c19644064df (diff) | |
download | pkgsrc-64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'cross/binutils')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 5b25fb5c45b..c278840bab7 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/01/29 05:56:11 sbd Exp $ +# $NetBSD: Makefile,v 1.55 2012/10/03 00:10:29 asau Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -15,8 +15,6 @@ HOMEPAGE= http://www.gnu.org/ COMMENT= Unified GNU binutils for cross build environments LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - BUILDLINK_TRANSFORM+= rm:-Werror USE_CROSSBASE= yes |