diff options
author | Martin Neubauer <m.ne@gmx.net> | 2024-01-05 07:44:44 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 09:12:30 +0100 |
commit | 82609af6956cbacf19c5e76cd0fd9e55312aca64 (patch) | |
tree | abfea5009fa6ae7e7e8a4d392ccdc1b08ff92bfd /graphics/py-python-poppler-qt5 | |
parent | print/dymo-cups-drivers: the port had been improved (+) (diff) |
graphics/py-python-poppler-qt5: cleanup of build targets
PR: 275667
Diffstat (limited to 'graphics/py-python-poppler-qt5')
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 4a4a61268c4a..5b6928418adb 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -27,11 +27,13 @@ PLIST_SUB= _PY_SONAME=${_PY_SONAME} _PY_SONAME= ${PYTHON_EXT_SUFFIX} +BINARY_ALIAS= qmake=${QMAKE} + do-build: - (cd ${WRKSRC} ; sip-build-${PYTHON_VER} --qmake ${QMAKE} --verbose --no-make --build-dir build ; ${MAKE} -C ./build ) + (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${SIP} ${SIP_ARGS} ; ${SETENV} ${MAKE_ENV} ${MAKE} -C ./build ) do-install: - (cd ${WRKSRC} ; ${MAKE} -C ./build install INSTALL_ROOT=${STAGEDIR} ) + (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} -C ./build install INSTALL_ROOT=${STAGEDIR} ) post-install: ${RLN} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5${_PY_SONAME}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5.so |