diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
commit | 54e279cd729c9bf5428e3d8423fec99fa7e97b8d (patch) | |
tree | 2de9381d204a65a62d4393ca3bb1a5b85c51daeb /sysutils/circonus-agent | |
parent | 15a23210ccc7af4d05fbe6ad3ae66e6793719b98 (diff) |
Notes
Diffstat (limited to 'sysutils/circonus-agent')
-rw-r--r-- | sysutils/circonus-agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/circonus-agent/Makefile b/sysutils/circonus-agent/Makefile index d73529fef0a5..79712ba0268b 100644 --- a/sysutils/circonus-agent/Makefile +++ b/sysutils/circonus-agent/Makefile @@ -51,7 +51,7 @@ PLIST_FILES= bin/circonus-agentd "@dir ${ETCDIR}" do-build: ( cd ${WRKSRC}; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} \ + ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} \ go build ${BUILD_FLAGS} -o bin/circonus-agentd ) do-install: |