pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-qtbuilder: put python version number at the end.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sat Jan 15 21:04:10 2022 +0100
Changeset: 23200f9335f1f091a49cfd9502b38cc68a1d05c5
Modified Files:
py-qtbuilder/Makefile
py-qtbuilder/PLIST
Log Message:
py-qtbuilder: put python version number at the end.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=23200f9335f1f091a49cfd9502b38cc68a1d05c5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-qtbuilder/Makefile | 6 ++----
py-qtbuilder/PLIST | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
diffs:
diff --git a/py-qtbuilder/Makefile b/py-qtbuilder/Makefile
index b94466681d..bbc9b9585c 100644
--- a/py-qtbuilder/Makefile
+++ b/py-qtbuilder/Makefile
@@ -19,13 +19,11 @@ DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
USE_LANGUAGES= c c++
-PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-
post-install:
cd ${DESTDIR}${PREFIX}/${PYSITELIB}/pyqtbuild/bundle && rm -r dlls
cd ${DESTDIR}${PREFIX}/bin && \
- mv pyqt-bundle ${PYPKGPREFIX}qt-bundle && \
- mv pyqt-qt-wheel ${PYPKGPREFIX}qt-qt-wheel
+ mv pyqt-bundle pyqt-bundle-${PYVERSSUFFIX} && \
+ mv pyqt-qt-wheel pyqt-qt-wheel-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-qtbuilder/PLIST b/py-qtbuilder/PLIST
index 7bb180fd5f..0c0ba12162 100644
--- a/py-qtbuilder/PLIST
+++ b/py-qtbuilder/PLIST
@@ -1,6 +1,6 @@
@comment $NetBSD$
-bin/${PYPKGPREFIX}qt-bundle
-bin/${PYPKGPREFIX}qt-qt-wheel
+bin/pyqt-bundle-${PYVERSSUFFIX}
+bin/pyqt-qt-wheel-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Home |
Main Index |
Thread Index |
Old Index