View | Details | Raw Unified | Return to bug 236429
Collapse All | Expand All

(-)gopass/Makefile (-1 / +3 lines)
Lines 1-5 Link Here
1
# Created by: Sascha Holzleiter <sascha@root-login.org>
1
# Created by: Sascha Holzleiter <sascha@root-login.org>
2
# $FreeBSD: head/security/gopass/Makefile 494965 2019-03-07 17:28:40Z swills $
2
# $FreeBSD$
3
3
4
PORTNAME=	gopass
4
PORTNAME=	gopass
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
Lines 18-23 Link Here
18
USES=		go
18
USES=		go
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	gopasspw
20
GH_ACCOUNT=	gopasspw
21
22
NOT_FOR_ARCH=	i386
21
23
22
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
24
GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
23
25

Return to bug 236429