From 4dfa5ad3341847225f1b50ee8905d1b2aa589055 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 3 Sep 2009 12:12:14 +0000 Subject: Use --mode=install for libtool, don't dependency on the legacy detection. --- x11/qt4-tiff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/qt4-tiff/Makefile') diff --git a/x11/qt4-tiff/Makefile b/x11/qt4-tiff/Makefile index fcbc6da72b3..3b9abcba016 100644 --- a/x11/qt4-tiff/Makefile +++ b/x11/qt4-tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:58:40 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -23,7 +23,7 @@ IMGFMTDIR= ${QTPREFIX}/plugins/imageformats INSTALLATION_DIRS= ${IMGFMTDIR} do-install: - ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \ + ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/plugins/imageformats/libqtiff.la \ ${DESTDIR}${IMGFMTDIR} # up to 4.3.2 a builtin libtiff is used -- cgit v1.2.3