diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-05 07:14:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-05 07:14:00 +0800 |
commit | c914e72e8a4d3584f1fdba9be12fd9d6d06bd3b2 (patch) | |
tree | 21722ec73d5a3be6eb6e255ce508297e358b784b /sysutils | |
parent | 3106ecb566f8a417406ce5c1e7ef6e8b65d6961e (diff) | |
download | freebsd-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/Makefile | 2 |
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: |