diff options
Diffstat (limited to 'graphics/py-glcontext/Makefile')
-rw-r--r-- | graphics/py-glcontext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-glcontext/Makefile b/graphics/py-glcontext/Makefile index c9ba1e71c480..0587ed2abcb8 100644 --- a/graphics/py-glcontext/Makefile +++ b/graphics/py-glcontext/Makefile @@ -26,7 +26,7 @@ TEST_WRKSRC= ${WRKSRC}/tests post-install: @${STRIP_CMD} \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/glcontext/x11${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/glcontext/egl${PYTHON_EXT_SUFFIX}.so + ${STAGEDIR}${PYTHON_SITELIBDIR}/glcontext/x11${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/glcontext/egl${PYTHON_TAG}.so .include <bsd.port.mk> |