aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-03-05 18:35:36 +0800
committermat <mat@FreeBSD.org>2018-03-05 18:35:36 +0800
commitfb6aff3eb6fe790079e176bc4caea844e4294b0e (patch)
tree0a27108a5bf62cd9530f25575ad050c37aeff9ec /Mk
parent7ace7ad278b951fc61aa91e42c0081e8f82f16db (diff)
downloadfreebsd-ports-gnome-fb6aff3eb6fe790079e176bc4caea844e4294b0e.tar.gz
freebsd-ports-gnome-fb6aff3eb6fe790079e176bc4caea844e4294b0e.tar.zst
freebsd-ports-gnome-fb6aff3eb6fe790079e176bc4caea844e4294b0e.zip
Bring in the sub-submodule extraction problem fix from USE_GITHUB.
PR: 226221 Sponsored by: Absolight
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index cc99e6257332..77a78a3de9ba 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -600,7 +600,7 @@ git-clone-DEFAULT: ${_GITLAB_CLONE_DIR}
@${ECHO_MSG} "Cloned the default GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT}" | ${FMT_80}
. endif
. if !empty(GL_SUBDIR)
-_SITES_extract:= 690:post-extract-gl-DEFAULT
+_SITES_extract:= 69${GL_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gl-DEFAULT
post-extract-gl-DEFAULT:
@${RMDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT} 2>/dev/null || :
@${MKDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT:H} 2>/dev/null || :