diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-04 20:43:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-04 20:43:52 +0000 |
commit | a16e5639be43e55f6cdf7c46a1058b46946569b2 (patch) | |
tree | a575f9680f22e5e4ad1938cd13c44830a6de7501 /x11/qt4-libs | |
parent | 292f7605e28a4e4b94355be459e0be235846dda7 (diff) | |
download | pkgsrc-a16e5639be43e55f6cdf7c46a1058b46946569b2.tar.gz |
Install uic3 binary and not the libtool wrapper. Bump revision.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r-- | x11/qt4-libs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile index 117ca39482b..8e2b7501e45 100644 --- a/x11/qt4-libs/Makefile +++ b/x11/qt4-libs/Makefile @@ -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 @@ do-install: .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} \ |