diff options
Diffstat (limited to 'math/py-topologic/Makefile')
-rw-r--r-- | math/py-topologic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-topologic/Makefile b/math/py-topologic/Makefile index 9a6a132baa06..a2d3917ded91 100644 --- a/math/py-topologic/Makefile +++ b/math/py-topologic/Makefile @@ -27,13 +27,13 @@ CXXFLAGS+= -I${LOCALBASE}/include/OpenCASCADE \ -I${LOCALBASE}/include/TopologicCore LDFLAGS+= -L${LOCALBASE}/lib/TopologicCore -PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic_core${PYTHON_EXT_SUFFIX}.so +PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic_core${PYTHON_TAG}.so TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-install: # workaround for https://github.com/wassimj/Topologic/issues/34 ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic_core${PYTHON_EXT_SUFFIX}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic_core${PYTHON_TAG}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-test: .for tst in topologictest01 topologictest02 |