diff options
Diffstat (limited to 'science/thermofun')
-rw-r--r-- | science/thermofun/Makefile | 2 | ||||
-rw-r--r-- | science/thermofun/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/thermofun/Makefile b/science/thermofun/Makefile index 652e289dbc1c..9dbd9ef9f8b9 100644 --- a/science/thermofun/Makefile +++ b/science/thermofun/Makefile @@ -43,6 +43,6 @@ post-install-PYTHON-on: @${FIND} ${STAGEDIR} -name "*.pyc" -delete @${FIND} ${STAGEDIR} -name __pycache__ -delete # strip binary - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/thermofun/PyThermoFun${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/thermofun/PyThermoFun${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/science/thermofun/pkg-plist b/science/thermofun/pkg-plist index deb566488b1f..68b9fb7d44c2 100644 --- a/science/thermofun/pkg-plist +++ b/science/thermofun/pkg-plist @@ -75,5 +75,5 @@ lib/libThermoFun.so %%PYTHON_SITELIBDIR%%/thermofun-0.5.0.dist-info/WHEEL %%PYTHON_SITELIBDIR%%/thermofun-0.5.0.dist-info/direct_url.json %%PYTHON_SITELIBDIR%%/thermofun-0.5.0.dist-info/top_level.txt -%%PYTHON_SITELIBDIR%%/thermofun/PyThermoFun%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/thermofun/PyThermoFun%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/thermofun/__init__.py |