aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-03-05 07:14:00 +0800
committeryuri <yuri@FreeBSD.org>2018-03-05 07:14:00 +0800
commitc914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2 (patch)
tree21722ec73d5a3be6eb6e255ce508297e358b784b /sysutils
parent3106ecb566f8a417406ce5c1e7ef6e8b65d6961e (diff)
downloadfreebsd-ports-gnome-c914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2.tar.gz
freebsd-ports-gnome-c914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2.tar.zst
freebsd-ports-gnome-c914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2.zip
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)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/epazote/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/epazote/Makefile b/sysutils/epazote/Makefile
index 669ad3a345bc..92fbe45be234 100644
--- a/sysutils/epazote/Makefile
+++ b/sysutils/epazote/Makefile
@@ -23,7 +23,7 @@ PLIST_FILES= bin/epazote
do-build:
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; \
- ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags \
+ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags \
"-X main.version=${PORTVERSION}" -o epazote cmd/epazote/main.go;
do-install: