diff options
Diffstat (limited to 'graphics/py-simplejpeg')
-rw-r--r-- | graphics/py-simplejpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-simplejpeg/Makefile b/graphics/py-simplejpeg/Makefile index fcb92ac8a82b..c07bd2c95471 100644 --- a/graphics/py-simplejpeg/Makefile +++ b/graphics/py-simplejpeg/Makefile @@ -25,7 +25,7 @@ post-extract: # force cythonization because pre-cythonized _jpeg.c fails to comp @${RM} ${WRKSRC}/simplejpeg/_jpeg.c post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejpeg/_jpeg${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejpeg/_jpeg${PYTHON_TAG}.so # tests as of 1.8.0: 61 passed in 10.57s |