Move ALL_TARGET where it belongs.
This commit is contained in:
parent
2aad85205e
commit
5753319606
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user