aboutsummaryrefslogtreecommitdiffstats
path: root/www/fabio
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-18 11:55:13 +0800
committeryuri <yuri@FreeBSD.org>2018-03-18 11:55:13 +0800
commitba56535693adcd2e40b4fb48d508de75302b3d9a (patch)
treeb65d8921393507062b83f17e806ad9e786e1ef9c /www/fabio
parent0422a6dd2375493154933f8e816f8020b8ea5d7a (diff)
downloadfreebsd-ports-gnome-ba56535693adcd2e40b4fb48d508de75302b3d9a.tar.gz
freebsd-ports-gnome-ba56535693adcd2e40b4fb48d508de75302b3d9a.tar.zst
freebsd-ports-gnome-ba56535693adcd2e40b4fb48d508de75302b3d9a.zip
Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports: www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2 sysutils/immortal sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts net-mgmt/pushgateway net/nsq textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault Approved by: portmgr (port compliance, infrastructure)
Diffstat (limited to 'www/fabio')
-rw-r--r--www/fabio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/fabio/Makefile b/www/fabio/Makefile
index 1aa4b3f11437..94765114ea3b 100644
--- a/www/fabio/Makefile
+++ b/www/fabio/Makefile
@@ -21,7 +21,7 @@ USE_RC_SUBR= fabio
do-build:
@cd ${WRKSRC}/src/github.com/fabiolb/fabio; \
- ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \
+ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \
-ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/fabio
do-install: