summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:20:25 +0000
committersunpoet <sunpoet@35697150-7ecd-e111-bb59-0022644237b5>2021-03-30 19:20:25 +0000
commite163e5d4e58c033971513c4cd3bef02f5770434a (patch)
tree988f67c46552b9da798c498122ec99a96def1ae9
parentfea8949ab24e4f8a75dab5490ba4a469b6eb83e9 (diff)
downloadfreebsd-ports-e163e5d4e58c033971513c4cd3bef02f5770434a.tar.gz
freebsd-ports-e163e5d4e58c033971513c4cd3bef02f5770434a.tar.bz2
Remove PYTHON_PYOEXTENSION (followup of r500018 and 569588)
PYTHON_PYOEXTENSION is opt-1.pyc for Python 3.5+. git-svn-id: http://svn.freebsd.org/ports/head@569590 35697150-7ecd-e111-bb59-0022644237b5
-rw-r--r--math/py-rpy2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile
index 78ad58a6f818..8d6e19ba11f4 100644
--- a/math/py-rpy2/Makefile
+++ b/math/py-rpy2/Makefile
@@ -27,7 +27,7 @@ USE_PYTHON= autoplist concurrent distutils
MAKE_ENV= RPY2_CFFI_MODE=BOTH
-PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.${PYTHON_PYOEXTENSION} \
+PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.opt-1.pyc \
${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.pyc \
${PYTHON_SITELIBDIR}/_rinterface_cffi_abi.py