summaryrefslogtreecommitdiff
path: root/sysutils/nomad
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2016-06-23 13:23:13 +0000
committerKris Moore <kmoore@FreeBSD.org>2016-06-23 13:23:13 +0000
commit8b045304fddba43072d4a7c5ed91a1789c53c193 (patch)
tree25495f4dfa12f76107e5332d6880bc6ecb67bfaf /sysutils/nomad
parentMove bsd.php.mk to Uses/php.mk (diff)
- Fix a compile-time warning and future compat with
newer versions of GO PR: 210456 Submitted by: John Hixson <jhixson@gmail.com>
Notes
Notes: svn path=/head/; revision=417375
Diffstat (limited to 'sysutils/nomad')
-rw-r--r--sysutils/nomad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/nomad/Makefile b/sysutils/nomad/Makefile
index 6ee613746425..f881a8195cc0 100644
--- a/sysutils/nomad/Makefile
+++ b/sysutils/nomad/Makefile
@@ -66,7 +66,7 @@ post-patch:
do-build:
@cd ${WRKSRC}/src/github.com/hashicorp/nomad; \
${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \
- -ldflags "-X main.GitDescribe v${PORTVERSION}" -o bin/nomad
+ -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/nomad
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/nomad/bin/nomad ${STAGEDIR}${PREFIX}/bin/nomad