mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/atlas: Fix build by removing empty directories
It was installing some empty directories under DATADIR which PORTDATA=* doesn't handle.
This commit is contained in:
parent
d4e3c772df
commit
a009e6c779
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482101
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ do-install:
|
||||||
(cd ${WRKSRC}/${opt}/ARCHS; \
|
(cd ${WRKSRC}/${opt}/ARCHS; \
|
||||||
${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}/${opt} \
|
${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}/${opt} \
|
||||||
"! -name Makefile -and ! -name *.tgz")
|
"! -name Makefile -and ! -name *.tgz")
|
||||||
|
@${FIND} ${STAGEDIR}${DATADIR}/${opt} -type d -empty -delete
|
||||||
. endif
|
. endif
|
||||||
.endfor
|
.endfor
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
Loading…
Add table
Reference in a new issue