diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 03:55:13 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 03:55:13 +0000 |
| commit | d113af84d24e5927efe7fad2883fa3c5226a4e85 (patch) | |
| tree | b65d8921393507062b83f17e806ad9e786e1ef9c /textproc/jid | |
| parent | 5d25accedbd351f03c48d0f7eea9f2cd6da0159c (diff) | |
Notes
Diffstat (limited to 'textproc/jid')
| -rw-r--r-- | textproc/jid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/jid/Makefile b/textproc/jid/Makefile index e2c327fb3f7c..d40fa026dbb7 100644 --- a/textproc/jid/Makefile +++ b/textproc/jid/Makefile @@ -27,6 +27,6 @@ PLIST_FILES= bin/jid do-build: @(cd ${WRKSRC}; \ - ${SETENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPATH=${WRKSRC} ${GO_CMD} build -v -o ${GO_WRKDIR_BIN}/jid cmd/jid/jid.go) .include <bsd.port.mk> |
