diff options
Diffstat (limited to 'graphics/py-simplejpeg/Makefile')
-rw-r--r-- | graphics/py-simplejpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-simplejpeg/Makefile b/graphics/py-simplejpeg/Makefile index fcb92ac8a82b..7d0b64533edb 100644 --- a/graphics/py-simplejpeg/Makefile +++ b/graphics/py-simplejpeg/Makefile @@ -1,5 +1,6 @@ PORTNAME= simplejpeg DISTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +26,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 |