summaryrefslogtreecommitdiff
path: root/cross/avr-binutils/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty>2013-11-19 23:06:24 +0000
committerdsainty <dsainty>2013-11-19 23:06:24 +0000
commit50d321cc0bced3848f7a242c5578dee4cb340839 (patch)
tree25a9850a3c7d27896a1450e3d615d682afa2b7b6 /cross/avr-binutils/Makefile
parent172cd98aaded9f16759651b150cfb26a3f4e448d (diff)
downloadpkgsrc-50d321cc0bced3848f7a242c5578dee4cb340839.tar.gz
The patch comment (and reality) indicates the patch is against the wrong file.
But this package doesn't actually install any info files, so a simpler solution is to not use makeinfo at all.
Diffstat (limited to 'cross/avr-binutils/Makefile')
-rw-r--r--cross/avr-binutils/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile
index 40ee52cc0b1..be6984ed12a 100644
--- a/cross/avr-binutils/Makefile
+++ b/cross/avr-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/08/07 02:41:30 mef Exp $
+# $NetBSD: Makefile,v 1.21 2013/11/19 23:06:24 dsainty Exp $
DISTNAME= binutils-2.23.2
PKGNAME= ${DISTNAME:S/^/avr-/}
@@ -10,7 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= GNU binutils for Atmel AVR 8-bit RISC microcontrollers
LICENSE= gnu-gpl-v3
-USE_TOOLS+= gmake makeinfo
+# No need to use makeinfo - this package doesn't install the documentation.
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes