summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt5-chart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-qt5-chart/Makefile')
-rw-r--r--x11-toolkits/py-qt5-chart/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/py-qt5-chart/Makefile b/x11-toolkits/py-qt5-chart/Makefile
index 7c2c7186542f..1c4974f10780 100644
--- a/x11-toolkits/py-qt5-chart/Makefile
+++ b/x11-toolkits/py-qt5-chart/Makefile
@@ -3,9 +3,9 @@
PORTNAME= chart
PORTVERSION= ${PYQT5_VERSION}
CATEGORIES= x11-toolkits devel python
-MASTER_SITES= RIVERBANK/PyQtChart/${PYQT5_VERSION}/
+MASTER_SITES= ${MASTER_SITES_PYQTCHART}
PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-
-DISTNAME= PyQtChart-${PYQT5_VERSION}
+DISTNAME= ${PYQTCHART_DISTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtChart module
@@ -46,4 +46,7 @@ do-configure:
${PYTHON_CMD} configure.py ${CONFIGURE_ARGS}
.endif # !target(do-configure)
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtChart.so
+
.include <bsd.port.mk>