aboutsummaryrefslogtreecommitdiff
path: root/devel/gitlab-shell
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-04-03 14:25:54 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-04-03 14:26:36 +0000
commit0ab48d13ccccefe5cafcf3cbd979fd4968dbb7be (patch)
tree2c266d5604b503cffb57c551ceab91753b282a94 /devel/gitlab-shell
parente28645651463f6a7c9649f1fd687f42dd2a74b3b (diff)
downloadports-0ab48d13ccccefe5cafcf3cbd979fd4968dbb7be.tar.gz
ports-0ab48d13ccccefe5cafcf3cbd979fd4968dbb7be.zip
www/gitlab-ce: reorder lines to much as possible to make portclippy happy
Diffstat (limited to 'devel/gitlab-shell')
-rw-r--r--devel/gitlab-shell/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile
index 7c84718c37e0..dc2a463a2a6b 100644
--- a/devel/gitlab-shell/Makefile
+++ b/devel/gitlab-shell/Makefile
@@ -18,15 +18,13 @@ USES= gmake go:modules,no_targets,1.22 pkgconfig
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
-USERS= git
-GROUPS= git
-
-#INSTALL_TARGET= install-strip
-ALL_TARGET= build
-
MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}"
# make sure to pass go build options into make process
MAKE_ENV+= ${GO_ENV}
+ALL_TARGET= build
+
+USERS= git
+GROUPS= git
# for go dependencies
# Gitlab hosts there dependencies on their own platform and not on go-proxy