aboutsummaryrefslogtreecommitdiff
path: root/net/syncthing-discosrv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/syncthing-discosrv/Makefile')
-rw-r--r--net/syncthing-discosrv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/syncthing-discosrv/Makefile b/net/syncthing-discosrv/Makefile
index 30763259a757..f376d2b7d544 100644
--- a/net/syncthing-discosrv/Makefile
+++ b/net/syncthing-discosrv/Makefile
@@ -30,7 +30,7 @@ post-patch:
do-build:
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} ; \
- ${SETENV} GOPATH=${WRKSRC} go build
+ ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build
@${MV} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/discosrv ${WRKSRC}/syncthing-discosrv
do-install: