diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 10:53:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 10:53:26 +0000 |
commit | 95ce3f227afadd1efad90c5547c0e1a45fe2206e (patch) | |
tree | 957dcef3c562fafb49e0c5f10a93918fcd883bac /cross/binutils-mips-current | |
parent | da7926cedfcd3a80a37f3a5db3b7ef9601211bcb (diff) | |
download | pkgsrc-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/binutils-mips-current')
-rw-r--r-- | cross/binutils-mips-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils-mips-current/Makefile b/cross/binutils-mips-current/Makefile index cdc6e7c6e3a..5c360223d87 100644 --- a/cross/binutils-mips-current/Makefile +++ b/cross/binutils-mips-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2018/12/09 21:05:32 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/06/08 10:53:27 rillig Exp $ # # GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2) @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --target=${PLATFORM} MAKE_ARGS+= CFLAGS="${CFLAGS}" -PLIST_SUBST+= LOCALBASE=${LOCALBASE:Q} +PLIST_SUBST+= LOCALBASE=${PREFIX} BINDIR= ${PREFIX}/bin |