diff options
Diffstat (limited to 'math/py-deap/Makefile')
-rw-r--r-- | math/py-deap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-deap/Makefile b/math/py-deap/Makefile index 7800ef945d76..1e57eeba3c71 100644 --- a/math/py-deap/Makefile +++ b/math/py-deap/Makefile @@ -20,6 +20,6 @@ USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/deap/tools/_hypervolume/hv${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/deap/tools/_hypervolume/hv${PYTHON_TAG}.so .include <bsd.port.mk> |