summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-02-03 14:21:16 +0000
committeradam <adam@pkgsrc.org>2010-02-03 14:21:16 +0000
commit28aa2c2e9e91d75cdca4af862c46a5a02a09855f (patch)
tree15edb690dc70a54fedd0441171820b39e6a2689f /x11/qt4-libs/Makefile
parentedd36f27a0d05200efc0a25a5a044c5f1be1c59f (diff)
downloadpkgsrc-28aa2c2e9e91d75cdca4af862c46a5a02a09855f.tar.gz
Fix: script includes were installed twice, insted of xmlpatters
Diffstat (limited to 'x11/qt4-libs/Makefile')
-rw-r--r--x11/qt4-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index 3eee4513da3..8569935d77e 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2010/02/02 14:05:59 adam Exp $
+# $NetBSD: Makefile,v 1.42 2010/02/03 14:21:16 adam Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -44,7 +44,7 @@ do-install:
.endfor
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/uic3 \
${DESTDIR}${QTPREFIX}/bin
-.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg xml script testlib 3rdparty/webkit/WebCore
+.for incl in corelib gui multimedia network opengl qt3support script scripttools sql svg xml xmlpatterns testlib 3rdparty/webkit/WebCore
cd ${WRKSRC}/src/${incl} && env ${MAKE_ENV} ${INSTALL_ENV} \
${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
.endfor