diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-21 10:51:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-21 10:51:29 +0000 |
commit | 8cd72097ee29843efa61c590e6fc663d041614d2 (patch) | |
tree | 16ea39132465a73c33f7c14a6fa1e16d8ccd1cd2 /lang | |
parent | e3d058fb6be246955188c355d888f106482b5669 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python2/Makefile | 2 | ||||
-rw-r--r-- | lang/python3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/python2/Makefile b/lang/python2/Makefile index 1f9c65280859..73c095dad9dc 100644 --- a/lang/python2/Makefile +++ b/lang/python2/Makefile @@ -12,7 +12,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for version 2 of the Python interpreter USES= python:run -PYTHON_VERSION= ${PYTHON2_DEFAULT_VERSION} +PYTHON_VERSION= python${PYTHON2_DEFAULT} NO_BUILD= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ diff --git a/lang/python3/Makefile b/lang/python3/Makefile index 5912126a0943..5c1ff79c819b 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -12,7 +12,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= The "meta-port" for version 3 of the Python interpreter USES= python:run -PYTHON_VERSION= ${PYTHON3_DEFAULT_VERSION} +PYTHON_VERSION= python${PYTHON3_DEFAULT} NO_BUILD= yes PLIST_FILES= bin/2to3-${PYTHON_MAJOR_VER} \ |