From aa0557619181dd34a3327514aafade92d9ed1c09 Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 19 Oct 2018 16:49:58 +0000 Subject: beats: Create a go tool pointing to the appropriate version. This should be moved to the go infrastructure if it turns out there are more packages that call "go" directly in their build. --- sysutils/beats/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sysutils/beats/Makefile') diff --git a/sysutils/beats/Makefile b/sysutils/beats/Makefile index 8e792a1fafd..18a6e824d91 100644 --- a/sysutils/beats/Makefile +++ b/sysutils/beats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2018/06/12 17:50:27 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2018/10/19 16:49:58 jperkin Exp $ DISTNAME= beats-6.2.4 PKGREVISION= 1 @@ -18,6 +18,9 @@ USE_TOOLS+= gmake GO_DIST_BASE= ${PKGBASE}-${GITHUB_TAG:S/v//} GO_SRCPATH= github.com/elastic/beats +TOOLS_CREATE+= go +TOOLS_PATH.go= ${GO} + .include "../../mk/bsd.prefs.mk" PLIST_VARS+= audit -- cgit v1.2.3