pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Install uic3 binary and not the libtool w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79d7e53fe1f
branches:  trunk
changeset: 533870:b79d7e53fe1f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 04 20:43:52 2007 +0000

description:
Install uic3 binary and not the libtool wrapper. Bump revision.

diffstat:

 x11/qt4-libs/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5a7dcd6065e5 -r b79d7e53fe1f x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Thu Oct 04 14:18:21 2007 +0000
+++ b/x11/qt4-libs/Makefile     Thu Oct 04 20:43:52 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2007/09/03 09:35:15 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2007/10/04 20:43:52 joerg Exp $
 
 .include "../../x11/qt4-libs/Makefile.common"
 
 PKGNAME=       qt4-libs-${QTVERSION}
+PKGREVISION=   1
 COMMENT=       C++ X GUI toolkit
 
 BUILD_TARGET=          sub-src
@@ -22,7 +23,8 @@
 .for prog in moc rcc uic
        ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} ${QTPREFIX}/bin/
 .endfor
-       ${INSTALL_SCRIPT} ${WRKSRC}/bin/uic3 ${QTPREFIX}/bin/
+       ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic3 \
+           ${QTPREFIX}/bin
        ${INSTALL_DATA_DIR} ${QTPREFIX}/include
 .for incl in corelib gui network opengl qt3support sql svg xml script
        cd ${WRKSRC}/src/${incl} && env ${MAKE_ENV} \



Home | Main Index | Thread Index | Old Index