diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile index dbc7d9182ea5..347723b7755c 100644 --- a/devel/py-typed-ast/Makefile +++ b/devel/py-typed-ast/Makefile @@ -1,23 +1,23 @@ # Created by: David Naylor PORTNAME= typed-ast PORTVERSION= 1.4.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= typed_ast-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fork of Python ast modules with type comment support LICENSE= APACHE20 PSFL LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/typed_ast/*.so + ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include