diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-07 08:06:24 +0000 |
commit | 54e279cd729c9bf5428e3d8423fec99fa7e97b8d (patch) | |
tree | 2de9381d204a65a62d4393ca3bb1a5b85c51daeb /www/minio-client | |
parent | 15a23210ccc7af4d05fbe6ad3ae66e6793719b98 (diff) | |
download | ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.tar.gz ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.zip |
Notes
Diffstat (limited to 'www/minio-client')
-rw-r--r-- | www/minio-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/minio-client/Makefile b/www/minio-client/Makefile index e7565d5dd86f..52051e306cae 100644 --- a/www/minio-client/Makefile +++ b/www/minio-client/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= bin/${MC} do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ + ${SETENV} ${MAKE_ENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/${MC} do-install: |