summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
commit95ce3f227afadd1efad90c5547c0e1a45fe2206e (patch)
tree957dcef3c562fafb49e0c5f10a93918fcd883bac /cross/avrdude
parentda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (diff)
downloadpkgsrc-95ce3f227afadd1efad90c5547c0e1a45fe2206e.tar.gz
cross/*: let pkglint autofix indentation and variable alignment
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 2e3e6eb605c..4e0544cd063 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2019/01/26 02:44:34 gdt Exp $
+# $NetBSD: Makefile,v 1.46 2019/06/08 10:53:27 rillig Exp $
DISTNAME= avrdude-6.3
PKGREVISION= 2
@@ -22,7 +22,7 @@ USE_TOOLS+= autoconf automake autoreconf lex makeinfo texi2html yacc
# Upstream does not documentat that GNU make is required, but BSD make
# leads to inexplicable errors about libavrdude.
# \todo Resolve and/or discuss with upstream.
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
INFO_FILES= yes
EGDIR= ${PREFIX}/share/examples/avrdude
@@ -31,7 +31,7 @@ CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
CONFIGURE_ARGS+= --enable-doc
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ENV+= DEFAULT_SER_PORT=${DEFAULT_SERIAL_DEVICE:Q}
+CONFIGURE_ENV+= DEFAULT_SER_PORT=${DEFAULT_SERIAL_DEVICE}
PLIST_SUBST+= DISTNAME=${DISTNAME}
# The autotools used by this pkg are older than what's in pkgsrc