Skip to content

Commit

Permalink
math/py-topologic: Do not hard-code $PYTHON_EXT_SUFFIX
Browse files Browse the repository at this point in the history
PR:		262822
  • Loading branch information
thierry-FreeBSD authored and yurivict committed Mar 26, 2022
1 parent cea17a3 commit 5ccfc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/py-topologic/Makefile
Expand Up @@ -29,7 +29,7 @@ PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic${PYTHON_EXT_SUFFIX}.so

do-install: # workaround for https://github.com/wassimj/Topologic/issues/34
${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
${INSTALL_LIB} ${BUILD_WRKSRC}/topologic.cpython-38.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
${INSTALL_LIB} ${BUILD_WRKSRC}/topologic${PYTHON_EXT_SUFFIX}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

do-test: install
${PYTHON_CMD} ${WRKSRC}/test/topologictest01.py
Expand Down

0 comments on commit 5ccfc24

Please sign in to comment.