aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-03-05 10:35:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-03-05 10:35:36 +0000
commit77abf09376fa653abf759659dfe93826e8e7d5e3 (patch)
tree0a27108a5bf62cd9530f25575ad050c37aeff9ec /Mk/bsd.sites.mk
parent2c512c6a6031e8f105fd2dd35c6d9da0c4a9db38 (diff)
downloadports-77abf09376fa653abf759659dfe93826e8e7d5e3.tar.gz
ports-77abf09376fa653abf759659dfe93826e8e7d5e3.zip
Bring in the sub-submodule extraction problem fix from USE_GITHUB.
PR: 226221 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=463643
Diffstat (limited to 'Mk/bsd.sites.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 || :