textproc/py-markupsafe: partially sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-12-25 19:21:06 +01:00
parent 966ebe0e1d
commit 91c147d42d

View file

@ -19,6 +19,6 @@ USES= python
USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups*.so
.include <bsd.port.mk>