From f3e75ceb4c3556df6213bde475948b339e473145 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 3 Nov 2019 19:03:56 +0000 Subject: lang: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- lang/go14/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/go14') 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 -- cgit v1.2.3