1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

multimedia/py-cec: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:08:44 +08:00
parent cb1e7506e1
commit 105708d83b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -17,6 +17,6 @@ USES= compiler:c++11-lang localbase python:3.6+
USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cec*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>