Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 14:11:21 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5465a4433419 - main - lang/python-doc-html: bring back incorrectly removed line
Message-ID:  <202105251411.14PEBL70018909@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

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

commit 5465a4433419a0e833ef0a12782cb5397693e32a
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-05-25 14:08:35 +0000
Commit:     Dmitry Marakasov <amdmi3@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251411.14PEBL70018909>