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 /devel/arduinoOTA | |
parent | 15a23210ccc7af4d05fbe6ad3ae66e6793719b98 (diff) | |
download | ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.tar.gz ports-54e279cd729c9bf5428e3d8423fec99fa7e97b8d.zip |
Notes
Diffstat (limited to 'devel/arduinoOTA')
-rw-r--r-- | devel/arduinoOTA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduinoOTA/Makefile b/devel/arduinoOTA/Makefile index 0af6f152845d..6cabc557e337 100644 --- a/devel/arduinoOTA/Makefile +++ b/devel/arduinoOTA/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME} COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME} do-build: - (cd ${WRKSRC} && ${SETENV} ${GO_ENV} go build -o ${PORTNAME} -ldflags "-X main.compileInfo=${COMPILEINFO}" main.go) + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} go build -o ${PORTNAME} -ldflags "-X main.compileInfo=${COMPILEINFO}" main.go do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} |