mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
sysutils/amazon-ssm-agent: Spell GO_BUILDFLAGS correctly
This commit is contained in:
parent
5193e65045
commit
98fc14a98d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513283
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= amazon-ssm-agent
|
PORTNAME= amazon-ssm-agent
|
||||||
PORTVERSION= 2.3.612.0
|
PORTVERSION= 2.3.612.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
MAINTAINER= cperciva@FreeBSD.org
|
MAINTAINER= cperciva@FreeBSD.org
|
||||||
|
@ -18,7 +19,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= aws
|
GH_ACCOUNT= aws
|
||||||
GH_SUBDIR= src/github.com/aws/amazon-ssm-agent
|
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 \
|
GO_TARGET= ./agent:${PREFIX}/sbin/amazon-ssm-agent \
|
||||||
./agent/framework/processor/executer/outofproc/worker:${PREFIX}/sbin/ssm-document-worker \
|
./agent/framework/processor/executer/outofproc/worker:${PREFIX}/sbin/ssm-document-worker \
|
||||||
./agent/framework/processor/executer/outofproc/sessionworker:${PREFIX}/sbin/ssm-session-worker \
|
./agent/framework/processor/executer/outofproc/sessionworker:${PREFIX}/sbin/ssm-session-worker \
|
||||||
|
|
Loading…
Add table
Reference in a new issue