Move ALL_TARGET where it belongs.

This commit is contained in:
ajacoutot 2022-11-19 14:34:23 +00:00
parent 2aad85205e
commit 5753319606
2 changed files with 2 additions and 4 deletions

View File

@ -11,6 +11,7 @@ PKGNAME= consul-${VERSION}
# and running "go mod tidy" + "go mod vendor"
DISTNAME= consul-vendored-${VERSION}
MASTER_SITES= https://distfiles.bsdfrog.org/
ALL_TARGET= github.com/hashicorp/consul
CATEGORIES= sysutils net
@ -25,8 +26,6 @@ WANTLIB += c pthread
MODULES= lang/go
ALL_TARGET= github.com/hashicorp/consul
# go/src/github.com/hashicorp/consul/scripts/build.sh
# go/src/github.com/hashicorp/consul/version/version.go
MODGO_LDFLAGS += -X github.com/hashicorp/consul/version.GitDescribe=${VERSION}

View File

@ -14,6 +14,7 @@ PKGNAME= nomad-${VERSION}
# and running "go mod tidy" + "go mod vendor"
DISTNAME= nomad-vendored-${VERSION}
MASTER_SITES= https://distfiles.bsdfrog.org/
ALL_TARGET= github.com/hashicorp/nomad
CATEGORIES= sysutils
@ -28,8 +29,6 @@ WANTLIB += c pthread
MODULES= lang/go
ALL_TARGET= github.com/hashicorp/nomad
post-extract:
cp ${FILESDIR}/*.go ${WRKDIST}/helper/freeport