pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-tools Explicitly call libtool with --mode=inst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2383e5c827b
branches: trunk
changeset: 398558:e2383e5c827b
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Sep 02 13:32:56 2009 +0000
description:
Explicitly call libtool with --mode=install.
diffstat:
x11/qt3-tools/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 948458331027 -r e2383e5c827b x11/qt3-tools/Makefile
--- a/x11/qt3-tools/Makefile Wed Sep 02 13:04:59 2009 +0000
+++ b/x11/qt3-tools/Makefile Wed Sep 02 13:32:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2009/08/26 19:56:48 sno Exp $
+# $NetBSD: Makefile,v 1.59 2009/09/02 13:32:56 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -31,16 +31,16 @@
do-install:
for bin in assistant designer linguist lrelease lupdate qm2ts \
qmake qtconfig uic; do \
- ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$bin \
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$bin \
${DESTDIR}${QTPREFIX}/bin; \
done
for lib in libeditor.la libqassistantclient.la libqui.la; do \
- ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/lib/$$lib \
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/lib/$$lib \
${DESTDIR}${QTPREFIX}/lib; \
done
for plugin in libwizards.la libcppeditor.la libdlgplugin.la \
librcplugin.la libkdevdlgplugin.la; do \
- ${LIBTOOL} ${INSTALL_PROGRAM} \
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
${WRKSRC}/plugins/designer/$$plugin \
${DESTDIR}${QTPREFIX}/plugins/designer; \
done
Home |
Main Index |
Thread Index |
Old Index