diff options
Diffstat (limited to 'net-mgmt/pushgateway/Makefile')
-rw-r--r-- | net-mgmt/pushgateway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index d2159bb396e3..3e8142151e3f 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -24,7 +24,7 @@ USERS= prometheus GROUPS= prometheus do-build: - (cd ${GO_WRKSRC} ; ${SETENV} ${GO_ENV} go install) + @(cd ${GO_WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GO_ENV} go install) do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/pushgateway ${STAGEDIR}${PREFIX}/bin |