sysutils/amazon-ssm-agent: Spell GO_BUILDFLAGS correctly

This commit is contained in:
Tobias Kortkamp 2019-09-30 03:59:45 +00:00
parent 5193e65045
commit 98fc14a98d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513283

View File

@ -2,6 +2,7 @@
PORTNAME= amazon-ssm-agent
PORTVERSION= 2.3.612.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= cperciva@FreeBSD.org
@ -18,7 +19,7 @@ USE_GITHUB= yes
GH_ACCOUNT= aws
GH_SUBDIR= src/github.com/aws/amazon-ssm-agent
GO_BUILDLAGS= -ldflags "-s -w"
GO_BUILDFLAGS= -ldflags "-s -w"
GO_TARGET= ./agent:${PREFIX}/sbin/amazon-ssm-agent \
./agent/framework/processor/executer/outofproc/worker:${PREFIX}/sbin/ssm-document-worker \
./agent/framework/processor/executer/outofproc/sessionworker:${PREFIX}/sbin/ssm-session-worker \