aboutsummaryrefslogtreecommitdiff
path: root/sysutils/amazon-ssm-agent
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-07 08:06:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-07 08:06:24 +0000
commit54e279cd729c9bf5428e3d8423fec99fa7e97b8d (patch)
tree2de9381d204a65a62d4393ca3bb1a5b85c51daeb /sysutils/amazon-ssm-agent
parent15a23210ccc7af4d05fbe6ad3ae66e6793719b98 (diff)
downloadports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.tar.gz
ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.zip
Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports: benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client www/uchiwa Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure)
Notes
Notes: svn path=/head/; revision=463776
Diffstat (limited to 'sysutils/amazon-ssm-agent')
-rw-r--r--sysutils/amazon-ssm-agent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/amazon-ssm-agent/Makefile b/sysutils/amazon-ssm-agent/Makefile
index 7d35229b9d9d..133e71efdbb4 100644
--- a/sysutils/amazon-ssm-agent/Makefile
+++ b/sysutils/amazon-ssm-agent/Makefile
@@ -26,7 +26,7 @@ USE_RC_SUBR= amazon-ssm-agent
do-build:
@cd ${WRKSRC}; \
- ${SETENV} GOPATH=${WRKSRC}:${WRKSRC}/vendor CGO_ENABLED=0 \
+ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC}:${WRKSRC}/vendor CGO_ENABLED=0 \
go build -ldflags "-s -w" -o amazon-ssm-agent \
agent/agent.go agent/agent_unix.go agent/agent_parser.go