aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-markupsafe
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-12-24 13:46:01 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-12-24 13:46:01 +0000
commit9cb5898561b302d952fec8e2fac66a945a2c4915 (patch)
tree9274631a296b893d582fb8062e2f256a3a8c8d77 /textproc/py-markupsafe
parent7d195372928d0063fee4bc1fcf003eae95a2451e (diff)
downloadports-9cb5898561b302d952fec8e2fac66a945a2c4915.tar.gz
ports-9cb5898561b302d952fec8e2fac66a945a2c4915.zip
Notes
Diffstat (limited to 'textproc/py-markupsafe')
-rw-r--r--textproc/py-markupsafe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile
index 420865511b20..67acca6324ac 100644
--- a/textproc/py-markupsafe/Makefile
+++ b/textproc/py-markupsafe/Makefile
@@ -18,6 +18,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>