diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-03 22:26:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-03 22:26:41 +0000 |
commit | af96ace6c0f125abb4d300e0de14a8f0153d774c (patch) | |
tree | 2d6b7dcd52bd21d1b5dfa83309c48dd384535079 /Mk | |
parent | e42fdca879424846914fe9b7b060ec670f5684a6 (diff) | |
download | freebsd-ports-af96ace6c0f125abb4d300e0de14a8f0153d774c.zip |
Update PEP link
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/python.mk | 2 |
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: |