git: 5465a4433419 - main - lang/python-doc-html: bring back incorrectly removed line

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 25 14:11:21 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5465a4433419a0e833ef0a12782cb5397693e32a

commit 5465a4433419a0e833ef0a12782cb5397693e32a
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-25 14:08:35 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-25 14:08:35 +0000

    lang/python-doc-html: bring back incorrectly removed line
---
 lang/python-doc-html/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile
index e41861989edf..2049bc6431e4 100644
--- a/lang/python-doc-html/Makefile
+++ b/lang/python-doc-html/Makefile
@@ -37,6 +37,7 @@ _VERS!=		${MAKE} -V _PYTHON_VERSIONS:O
 .endif
 
 all_python_versions:
+.for v in ${_VERS}
 	@${MAKE} -C ${PORTSDIR}/lang/python${v:S/.//} -V PYTHON_DISTVERSION
 .endfor
 


More information about the dev-commits-ports-all mailing list