diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-07 16:06:24 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-07 16:06:24 +0800 |
commit | 37b293571d8844023156151aa3a7befba93ebec4 (patch) | |
tree | 2de9381d204a65a62d4393ca3bb1a5b85c51daeb /print | |
parent | 0d9e2bff4ce6f5d680ea6330e66f1c51b42753fb (diff) | |
download | freebsd-ports-gnome-37b293571d8844023156151aa3a7befba93ebec4.tar.gz freebsd-ports-gnome-37b293571d8844023156151aa3a7befba93ebec4.tar.zst freebsd-ports-gnome-37b293571d8844023156151aa3a7befba93ebec4.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)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-connector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-connector/Makefile b/print/cups-connector/Makefile index 96e7852fee7d..62d81a1c0424 100644 --- a/print/cups-connector/Makefile +++ b/print/cups-connector/Makefile @@ -37,7 +37,7 @@ post-patch: do-build: .for bin in ${BIN_FILES} @cd ${WRKSRC}/src/github.com/google/cups-connector; ${SETENV} \ - ${BUILD_ENV} GOPATH=${WRKSRC} go build -o \ + ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -o \ ${WRKSRC}/bin/${bin} ./${bin} .endfor |