diff options
-rw-r--r-- | x11/qt3-tools/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-tools/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 38fb4da5247..2a5ce7f323b 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/22 17:17:21 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2003/07/23 09:41:41 drochner Exp $ # .include "../qt3-libs/Makefile.common" @@ -30,6 +30,8 @@ do-install: ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/plugins/designer/libkdevdlgplugin.la ${QTPREFIX}/plugins/designer ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/assistant ${QTPREFIX}/bin ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/linguist ${QTPREFIX}/bin + ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/lupdate ${QTPREFIX}/bin + ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/lrelease ${QTPREFIX}/bin ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qm2ts ${QTPREFIX}/bin ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qtconfig ${QTPREFIX}/bin ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/qmake ${QTPREFIX}/bin/qmake diff --git a/x11/qt3-tools/PLIST b/x11/qt3-tools/PLIST index a78e0977672..35db00c3567 100644 --- a/x11/qt3-tools/PLIST +++ b/x11/qt3-tools/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.9 2003/07/22 17:17:21 drochner Exp $ +@comment $NetBSD: PLIST,v 1.10 2003/07/23 09:41:41 drochner Exp $ qt3/bin/assistant qt3/bin/designer qt3/bin/linguist +qt3/bin/lrelease +qt3/bin/lupdate qt3/bin/qm2ts qt3/bin/qmake qt3/bin/qtconfig |