From 95ce3f227afadd1efad90c5547c0e1a45fe2206e Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 8 Jun 2019 10:53:26 +0000 Subject: 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. --- cross/avrdude/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cross/avrdude') 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 -- cgit v1.2.3