diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-04 23:14:00 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-04 23:14:00 +0000 |
commit | 7615de37492a52a083586ea7a1daa968732f7785 (patch) | |
tree | 21722ec73d5a3be6eb6e255ce508297e358b784b /sysutils/epazote | |
parent | 147417f09c4ec391d93315b962c38f7d100f0c5d (diff) | |
download | ports-7615de37492a52a083586ea7a1daa968732f7785.tar.gz ports-7615de37492a52a083586ea7a1daa968732f7785.zip |
Notes
Diffstat (limited to 'sysutils/epazote')
-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: |