diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
commit | f3e75ceb4c3556df6213bde475948b339e473145 (patch) | |
tree | b3b17a0eba0ed16bdb945808e31f63568deae484 /lang/go14 | |
parent | ad8095b0a5c5b758e832cddea87cfb29097177bd (diff) | |
download | pkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz |
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'lang/go14')
-rw-r--r-- | lang/go14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index e6b501aa766..827fce5c687 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/08/11 13:21:21 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/11/03 19:04:01 rillig Exp $ .include "../../lang/go/version.mk" @@ -24,8 +24,8 @@ BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash TMPDIR?= /tmp BUILDLINK_PASSTHRU_DIRS+= ${TMPDIR} -GOROOT_FINAL= ${PREFIX}/go14 -INSTALLATION_DIRS= go14 +GOROOT_FINAL= ${PREFIX}/go14 +INSTALLATION_DIRS= go14 MAKE_ENV+= GOROOT_FINAL=${GOROOT_FINAL:Q} MAKE_ENV+= CGO_ENABLED=0 |