summaryrefslogtreecommitdiff
path: root/cross/objconv
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/objconv
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/objconv')
-rw-r--r--cross/objconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/objconv/Makefile b/cross/objconv/Makefile
index 74bb4edd705..20200a485dc 100644
--- a/cross/objconv/Makefile
+++ b/cross/objconv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/06/28 09:02:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/08 10:53:29 rillig Exp $
#
# The upstream distfile is unversioned and replaced every time a new version
# is released, so we must put a copy of it up in LOCAL_PORTS with DIST_SUBDIR
@@ -27,7 +27,7 @@ INSTALLATION_DIRS+= bin
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
-BROKEN= "Does not support big endian systems"
+BROKEN= "Does not support big endian systems"
.endif
post-extract: