svn commit: r532680 - head/security/keybase

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 23 14:13:49 UTC 2020


Author: sunpoet
Date: Thu Apr 23 14:13:48 2020
New Revision: 532680
URL: https://svnweb.freebsd.org/changeset/ports/532680

Log:
  Fix r532520

Modified:
  head/security/keybase/Makefile

Modified: head/security/keybase/Makefile
==============================================================================
--- head/security/keybase/Makefile	Thu Apr 23 12:58:25 2020	(r532679)
+++ head/security/keybase/Makefile	Thu Apr 23 14:13:48 2020	(r532680)
@@ -17,7 +17,7 @@ USES=		go tar:xz
 GO_BUILDFLAGS=	-tags production
 GO_PKGNAME=	github.com/keybase/client/go
 GO_TARGET=	${GO_PKGNAME}/keybase ${GO_PKGNAME}/kbfs/kbfsfuse ${GO_PKGNAME}/kbfs/kbfsgit/git-remote-keybase ${GO_PKGNAME}/kbfs/kbfstool
-WRKSRC_SUBDIR=	go
+WRKSRC=		${WRKDIR}/client-v${PORTVERSION}/go
 
 PLIST_FILES=	bin/git-remote-keybase bin/kbfsfuse bin/kbfstool bin/keybase 
 


More information about the svn-ports-head mailing list