Index: head/security/keybase/Makefile =================================================================== --- head/security/keybase/Makefile +++ head/security/keybase/Makefile @@ -14,7 +14,8 @@ USES= go GO_PKGNAME= github.com/keybase/client/go -GO_TARGET= -tags production ${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool +GO_BUILDFLAGS= -tags production +GO_TARGET= ${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool WRKSRC_SUBDIR= go PLIST_FILES= bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase