diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-04-09 20:18:41 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-04-09 20:18:41 +0200 |
commit | c8625caec510f9f5b23326b26e882e2fc5278c75 (patch) | |
tree | 696fdca54e65eea69f0ffb94f61cf728ed5f9f23 | |
parent | math/mathics-django: upgrade to 2.1.0. (diff) |
math/py-mathics-scanner: fix plist
Do not hardcode PYTHON_SUFFIX!
-rw-r--r-- | math/py-mathics-scanner/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-mathics-scanner/pkg-plist b/math/py-mathics-scanner/pkg-plist index 76c4f246ecb7..1747393aae2d 100644 --- a/math/py-mathics-scanner/pkg-plist +++ b/math/py-mathics-scanner/pkg-plist @@ -8,8 +8,8 @@ bin/mathics-generate-json-table %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-37.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-37.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/prescanner.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/prescanner.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc |