diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-18 11:55:13 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-18 11:55:13 +0800 |
commit | ba56535693adcd2e40b4fb48d508de75302b3d9a (patch) | |
tree | b65d8921393507062b83f17e806ad9e786e1ef9c /textproc/jid | |
parent | 0422a6dd2375493154933f8e816f8020b8ea5d7a (diff) | |
download | freebsd-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 'textproc/jid')
-rw-r--r-- | textproc/jid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index e2c327fb3f7c..d40fa026dbb7 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -27,6 +27,6 @@ PLIST_FILES= bin/jid do-build: @(cd ${WRKSRC}; \ - ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) .include <bsd.port.mk> |