diff options
author | adam <adam@pkgsrc.org> | 2010-02-03 14:21:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-02-03 14:21:16 +0000 |
commit | 8e178cde71386509925e6fc82588a8d5c76cb9a2 (patch) | |
tree | 15edb690dc70a54fedd0441171820b39e6a2689f | |
parent | 2932d87873aa06a4109dd25a63cfaf6841c8ab01 (diff) | |
download | pkgsrc-8e178cde71386509925e6fc82588a8d5c76cb9a2.tar.gz |
Fix: script includes were installed twice, insted of xmlpatters
-rw-r--r-- | x11/qt4-libs/Makefile | 4 |
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 |