diff options
Diffstat (limited to 'science/py-arbor/Makefile')
-rw-r--r-- | science/py-arbor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-arbor/Makefile b/science/py-arbor/Makefile index 7823bff44fbf..c7bf63b0a7b6 100644 --- a/science/py-arbor/Makefile +++ b/science/py-arbor/Makefile @@ -39,7 +39,7 @@ post-patch: @${ECHO} ${DISTVERSION} > ${WRKSRC}/VERSION post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/arbor/_arbor${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/arbor/_arbor${PYTHON_TAG}.so do-test: # some tests fail with 'make'-related errors @cd ${BUILD_WRKSRC} && \ |