diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/binutils | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 86b6f838de0..740e083adc9 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/10/20 22:06:55 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2012/10/31 11:16:40 asau Exp $ DISTNAME= binutils-2.22 CATEGORIES= devel @@ -10,8 +10,6 @@ COMMENT= GNU binary utilities LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 EXTRACT_SUFX= .tar.bz2 -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= avr-binutils<2.13.2.1nb1 NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* |