pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-qtbuilder: use ${MV}.
Module Name: pkgsrc-wip
Committed By: Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By: rhialto
Date: Sat Jan 15 21:35:14 2022 +0100
Changeset: 6cb2762913df78a080ed533339806623441b3904
Modified Files:
py-qtbuilder/Makefile
Log Message:
py-qtbuilder: use ${MV}.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cb2762913df78a080ed533339806623441b3904
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-qtbuilder/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-qtbuilder/Makefile b/py-qtbuilder/Makefile
index bbc9b9585c..6445736fbe 100644
--- a/py-qtbuilder/Makefile
+++ b/py-qtbuilder/Makefile
@@ -22,8 +22,8 @@ USE_LANGUAGES= c c++
post-install:
cd ${DESTDIR}${PREFIX}/${PYSITELIB}/pyqtbuild/bundle && rm -r dlls
cd ${DESTDIR}${PREFIX}/bin && \
- mv pyqt-bundle pyqt-bundle-${PYVERSSUFFIX} && \
- mv pyqt-qt-wheel pyqt-qt-wheel-${PYVERSSUFFIX}
+ ${MV} pyqt-bundle pyqt-bundle-${PYVERSSUFFIX} && \
+ ${MV} pyqt-qt-wheel pyqt-qt-wheel-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index