pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt6ct



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Sep  2 14:02:27 UTC 2023

Modified Files:
        pkgsrc/x11/qt6ct: Makefile
Removed Files:
        pkgsrc/x11/qt6ct: MESSAGE

Log Message:
qt6ct: target .pro file already passed through QMAKE_ARGS.

Also, remove MESSAGE since README already included relevant information.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/qt6ct/MESSAGE
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt6ct/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt6ct/Makefile
diff -u pkgsrc/x11/qt6ct/Makefile:1.1 pkgsrc/x11/qt6ct/Makefile:1.2
--- pkgsrc/x11/qt6ct/Makefile:1.1       Sat Sep  2 13:28:54 2023
+++ pkgsrc/x11/qt6ct/Makefile   Sat Sep  2 14:02:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/09/02 13:28:54 vins Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/02 14:02:26 vins Exp $
 
 DISTNAME=      qt6ct-0.8
 CATEGORIES=    x11
@@ -26,11 +26,12 @@ INSTALLATION_DIRS+= ${DOCDIR}
 INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
 
 do-configure:
-       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}      \
-               ${QTDIR}/bin/qmake qt6ct.pro ${QMAKE_ARGS}
+       ${RUN}cd ${WRKSRC} &&                   \
+               ${SETENV} ${CONFIGURE_ENV}      \
+               ${QTDIR}/bin/qmake ${QMAKE_ARGS}
 
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/README                \
+       ${INSTALL_DATA} ${WRKSRC}/README        \
                ${DESTDIR}${PREFIX}/${DOCDIR}/README
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index