diff --git a/devel/py-cython-test-exception-raiser/Makefile b/devel/py-cython-test-exception-raiser/Makefile index 94fcb7565a66..b634cab915c5 100644 --- a/devel/py-cython-test-exception-raiser/Makefile +++ b/devel/py-cython-test-exception-raiser/Makefile @@ -1,20 +1,22 @@ # Created by: Po-Chuan Hsieh PORTNAME= cython-test-exception-raiser PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Trivial extension that just raises an exception LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils -#NO_ARCH= yes +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include