aboutsummaryrefslogtreecommitdiff
path: root/databases/py-rrdtool
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-03-04 11:24:35 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-03-04 11:24:35 +0000
commit4d7eb99e1ff17ea83c4aa082c278311154d3e27d (patch)
tree1878edd643d6d0a478e0cb08874ec65b8cfed2e9 /databases/py-rrdtool
parent25dd65a17b3d661f7fd22a98847b71fdf98c7416 (diff)
downloadports-4d7eb99e1ff17ea83c4aa082c278311154d3e27d.tar.gz
ports-4d7eb99e1ff17ea83c4aa082c278311154d3e27d.zip
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)
Notes
Notes: svn path=/head/; revision=567301
Diffstat (limited to 'databases/py-rrdtool')
-rw-r--r--databases/py-rrdtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-rrdtool/Makefile b/databases/py-rrdtool/Makefile
index fa45c3911df7..cdf1f552848f 100644
--- a/databases/py-rrdtool/Makefile
+++ b/databases/py-rrdtool/Makefile
@@ -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>