diff --git a/www/py-biscuits/Makefile b/www/py-biscuits/Makefile index c9cc67d98a02..4214c2734c4d 100644 --- a/www/py-biscuits/Makefile +++ b/www/py-biscuits/Makefile @@ -1,20 +1,20 @@ # Created by: Po-Chuan Hsieh PORTNAME= biscuits PORTVERSION= 0.3.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and tasty cookies handling LICENSE= MIT USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/biscuits*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include