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

(-)www/gitea/Makefile (-3 / +2 lines)
Lines 14-26 Link Here
14
14
15
RUN_DEPENDS=	git:devel/git
15
RUN_DEPENDS=	git:devel/git
16
16
17
USES=		go
17
USES=		go:modules
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	go-gitea
19
GH_ACCOUNT=	go-gitea
20
USE_RC_SUBR=	gitea
20
USE_RC_SUBR=	gitea
21
21
22
GO_PKGNAME=	code.gitea.io/${PORTNAME}
22
GO_BUILDFLAGS=	-tags "${GO_TAGS}"
23
GO_TARGET=	-tags "${GO_TAGS}"
24
23
25
SUB_FILES+=	app.ini.sample
24
SUB_FILES+=	app.ini.sample
26
SUB_LIST+=	GITUSER=${USERS}
25
SUB_LIST+=	GITUSER=${USERS}

Return to bug 240072