diff options
-rw-r--r-- | graphics/uniconvertor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index eed326b76c36..458db1aa6897 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -16,6 +16,6 @@ USES= python USE_PYTHON= distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so .include <bsd.port.mk> |