summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
diff options
context:
space:
mode:
authorsbd <sbd>2012-01-23 04:14:26 +0000
committersbd <sbd>2012-01-23 04:14:26 +0000
commit3bdb04e54f434d8345a920880a7d7e6a5f9b4aac (patch)
tree615a5bafe207ea57a88e0684d7d2837b2c6c6deb /x11/qt4-libs
parentcf8afb059145a80b358c845333eb4e92b452fe13 (diff)
downloadpkgsrc-3bdb04e54f434d8345a920880a7d7e6a5f9b4aac.tar.gz
Removing unneeded libtool link command.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r--x11/qt4-libs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index 1107b1e5ecb..efbc53be515 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2012/01/12 22:59:58 adam Exp $
+# $NetBSD: Makefile,v 1.68 2012/01/23 04:14:26 sbd Exp $
PKGNAME= qt4-libs-${QTVERSION}
COMMENT= C++ X GUI toolkit
@@ -47,6 +47,12 @@ INSTALLATION_DIRS+= ${QTPREFIX}/plugins/inputmethods
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
+SUBST_CLASSES+= no-libtool
+SUBST_MESSAGE.no-libtool= Removing unwanted libtool link command.
+SUBST_STAGE.no-libtool= post-configure
+SUBST_FILES.no-libtool= translations/Makefile
+SUBST_SED.no-libtool= -e '/@: IGNORE THIS LINE/s,=.*$$,= @:,'
+
do-install:
.for prog in moc rcc uic
${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} ${DESTDIR}${QTPREFIX}/bin/