diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index 69e457f55c5d..8dc417b309ef 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -187,7 +187,7 @@ post-patch: do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build \ - -ldflags "-X main.GitDescribe v${PORTVERSION}" -o bin/consul + -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul |