summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-03 22:26:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-03 22:26:41 +0000
commitaf96ace6c0f125abb4d300e0de14a8f0153d774c (patch)
tree2d6b7dcd52bd21d1b5dfa83309c48dd384535079 /Mk
parente42fdca879424846914fe9b7b060ec670f5684a6 (diff)
downloadfreebsd-ports-af96ace6c0f125abb4d300e0de14a8f0153d774c.zip
Update PEP link
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 1c40c843be3c..ff7f14d0e9a0 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -613,7 +613,7 @@ add-plist-pymod:
.if ${PYTHON_REL} >= 3200 && defined(_PYTHON_FEATURE_PY3KPLIST)
# When Python version is 3.2+ we rewrite all the filenames
# of TMPPLIST that end with .py[co], so that they conform
-# to PEP 3147 (see http://www.python.org/dev/peps/pep-3147/)
+# to PEP 3147 (see https://www.python.org/dev/peps/pep-3147/)
PYMAGICTAG= ${PYTHON_CMD} -c 'import imp; print(imp.get_tag())'
_USES_stage+= 935:add-plist-python
add-plist-python: