summaryrefslogtreecommitdiff
path: root/math/py-topologic
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-03-26 07:45:25 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-03-26 07:45:54 -0700
commit5ccfc24ac3968ccc1f70615dd225c95a8a49e4e6 (patch)
tree532448d460fb19dce545e52cfcd7ce631ab1ab0c /math/py-topologic
parentnet-mgmt/netbox: Update to 3.1.10 (diff)
math/py-topologic: Do not hard-code $PYTHON_EXT_SUFFIX
PR: 262822
Diffstat (limited to 'math/py-topologic')
-rw-r--r--math/py-topologic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-topologic/Makefile b/math/py-topologic/Makefile
index 6b4bd28035df..9e2a33a2e384 100644
--- a/math/py-topologic/Makefile
+++ b/math/py-topologic/Makefile
@@ -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