graphics/py-box2d-py: Fix packaging with Python 3.8+

* Apply the same fix as in 9cb5898561 by
  stripping libraries by wildcard paths.

PR:		253815
Approved by:	python (with hat)
This commit is contained in:
Kai Knoblich 2021-04-19 16:44:34 +02:00
parent cd5b03f692
commit f683a69deb

View file

@ -18,6 +18,6 @@ USES= compiler:c11 python:3.6+
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Box2D/_Box2D.so
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Box2D/_Box2D*.so
.include <bsd.port.mk>