aboutsummaryrefslogtreecommitdiff
path: root/sysutils/amazon-ssm-agent
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-30 03:59:45 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-30 03:59:45 +0000
commit98fc14a98da887fc3936fbcbbd1c5d4c34992fcc (patch)
treef73975b90c42107ff54d55568faa7e274969ee5f /sysutils/amazon-ssm-agent
parent5193e650454644abf83251c68ee989ef1f26e247 (diff)
downloadports-98fc14a98da887fc3936fbcbbd1c5d4c34992fcc.tar.gz
ports-98fc14a98da887fc3936fbcbbd1c5d4c34992fcc.zip
sysutils/amazon-ssm-agent: Spell GO_BUILDFLAGS correctly
Notes
Notes: svn path=/head/; revision=513283
Diffstat (limited to 'sysutils/amazon-ssm-agent')
-rw-r--r--sysutils/amazon-ssm-agent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile
index dfbfb92d8769..8e463c04e93f 100644
--- a/sysutils/amazon-ssm-agent/Makefile
+++ b/sysutils/amazon-ssm-agent/Makefile
@@ -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 \