diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 10e57b98b03f5181234ab7d591a22649fbf4446a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /cross/avr-gdb | |
parent | 9e335beeddda593403a4cf550fe49f73d4d471fa (diff) | |
download | pkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'cross/avr-gdb')
-rw-r--r-- | cross/avr-gdb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile index acf4cbf30ad..36a66ec2130 100644 --- a/cross/avr-gdb/Makefile +++ b/cross/avr-gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/12/17 10:15:04 sbd Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/03 00:10:29 asau Exp $ DISTNAME= gdb-5.3 PKGNAME= avr-gdb-5.3 @@ -9,8 +9,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdb/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIG_LDFLAGS=${LDFLAGS:M*:Q} |