Add pax to USE_TOOLS.
This commit is contained in:
parent
3b61b5045e
commit
9a7bee3121
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: go-package.mk,v 1.2 2015/01/13 21:35:13 bsiegert Exp $
|
||||
# $NetBSD: go-package.mk,v 1.3 2015/03/10 21:52:10 bsiegert Exp $
|
||||
#
|
||||
# This file implements common logic for compiling Go programs in pkgsrc.
|
||||
# The compiled Go code is tied to a specific compiler version, and the
|
||||
|
@ -29,6 +29,7 @@ BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go
|
|||
|
||||
MAKE_JOBS_SAFE= no
|
||||
INSTALLATION_DIRS+= bin gopkg
|
||||
USE_TOOLS+= pax
|
||||
|
||||
GOTOOLDIR= ${PREFIX}/go/pkg/tool/${LOWER_OPSYS}_${GOARCH}
|
||||
|
||||
|
|
Loading…
Reference in a new issue