diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-10-19 16:49:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-10-19 16:49:58 +0000 |
commit | aa0557619181dd34a3327514aafade92d9ed1c09 (patch) | |
tree | 1b63e0cd7dde58aef429f73ab306ff447f90eb0d /sysutils/beats | |
parent | 8637164b4fe47bd9954c440601dd93676c5d4390 (diff) | |
download | pkgsrc-aa0557619181dd34a3327514aafade92d9ed1c09.tar.gz |
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.
Diffstat (limited to 'sysutils/beats')
-rw-r--r-- | sysutils/beats/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |