mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix a regression on 10.3 introduced in r463301.
PR: 226221 Reported by: mmokhi Sponsored by: Absolight
This commit is contained in:
parent
de342636bd
commit
9bd482e3bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463628
@ -489,7 +489,7 @@ WRKSRC_${_group}:= ${WRKDIR}/${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_EXTR
|
||||
# In order to sort the subdir extraction so that foo/bar is moved in before
|
||||
# foo/bar/baz, we count the number of / in the path and use it to order the
|
||||
# targets. This handles up to 9 levels. The max as of r463123 is 4.
|
||||
_SITES_extract:= ${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:range:[-1]}:post-extract-gh-${_group}
|
||||
_SITES_extract:= ${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:[#]}:post-extract-gh-${_group}
|
||||
post-extract-gh-${_group}:
|
||||
@${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || :
|
||||
@${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || :
|
||||
|
Loading…
Reference in New Issue
Block a user