aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 14:08:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 14:08:35 +0000
commit5465a4433419a0e833ef0a12782cb5397693e32a (patch)
tree1ab1b4e28c57e33a0b42f100b4bb12b39deb97ee
parent5f69415313f894338dca54e21b5c3981e5e5f58f (diff)
downloadports-5465a4433419a0e833ef0a12782cb5397693e32a.tar.gz
ports-5465a4433419a0e833ef0a12782cb5397693e32a.zip
lang/python-doc-html: bring back incorrectly removed line
-rw-r--r--lang/python-doc-html/Makefile1
1 files changed, 1 insertions, 0 deletions
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