mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix reression after r361263, more than 200 python modules using
USE_PYDISTUTILS=yes but not using autoplist were orphaning their egginfo With hat: portmgr
This commit is contained in:
parent
afe1d80862
commit
6155f1abb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362364
@ -501,7 +501,7 @@ PYDISTUTILS_EGGINFODIR?=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
add-plist-egginfo:
|
||||
.if !defined(PYDISTUTILS_NOEGGINFO) && \
|
||||
!defined(PYDISTUTILS_AUTOPLIST) && \
|
||||
defined(INSTALLS_EGGINFO) && \
|
||||
(defined(INSTALLS_EGGINFO) || defined(USE_PYDISTUTILS)) && \
|
||||
defined(PYTHON_REL)
|
||||
. for egginfo in ${PYDISTUTILS_EGGINFO}
|
||||
if [ -d "${PYDISTUTILS_EGGINFODIR}/${egginfo}" ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user