diff options
Diffstat (limited to 'math/py-petsc4py/Makefile')
-rw-r--r-- | math/py-petsc4py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index 4a36a7f2d0b9..697b4b0a8cbe 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -33,6 +33,6 @@ OPENMPI_USES= mpi:openmpi TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/petsc4py/lib/PETSc${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/petsc4py/lib/PETSc${PYTHON_TAG}.so .include <bsd.port.mk> |