1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

databases/py-rrdtool: Fix packaging with Python 3.8

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

PR:		253815
Approved by:	python (with hat)
This commit is contained in:
Kai Knoblich 2021-03-04 11:24:35 +00:00
parent 25dd65a17b
commit 4d7eb99e1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567301

View File

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