From c914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2 Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 4 Mar 2018 23:14:00 +0000 Subject: Made 10 Go ports respect MAKE_ENV. This is expected to unbreak them. Ports: www/go-appengine-sdk devel/go-bindata devel/gogs net/rclone security/obfs4proxy-tor misc/cryptoballot www/grafana4 sysutils/epazote net-mgmt/prometheus1 security/honeybadger While here, corrected PYTHON_CMD in www/go-appengine-sdk/Makefile. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) --- misc/cryptoballot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/cryptoballot/Makefile b/misc/cryptoballot/Makefile index d22b90c8527b..390c4b86ce34 100644 --- a/misc/cryptoballot/Makefile +++ b/misc/cryptoballot/Makefile @@ -36,7 +36,7 @@ PLIST_FILES= ${PROGS:C/.*\//bin\//} do-build: .for p in ${PROGS} @cd ${WRKSRC}/${GH_SUBDIR}/${p}/ && \ - ${SETENV} GOPATH=${WRKSRC} go build -o ${p:C/.*\///} + ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build -o ${p:C/.*\///} .endfor do-install: -- cgit