diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-05 10:35:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-05 10:35:36 +0000 |
commit | 77abf09376fa653abf759659dfe93826e8e7d5e3 (patch) | |
tree | 0a27108a5bf62cd9530f25575ad050c37aeff9ec /Mk | |
parent | 2c512c6a6031e8f105fd2dd35c6d9da0c4a9db38 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
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 || : |