diff options
author | adam <adam> | 2007-12-17 22:19:43 +0000 |
---|---|---|
committer | adam <adam> | 2007-12-17 22:19:43 +0000 |
commit | b93e0beaf56082455079c19e8bcc75338a4213f5 (patch) | |
tree | fc21ede98deb7cd031f83821e64148346992225d /x11/qt4-tools | |
parent | a68168a601c0b6c4e7087c7f91622aadc25fe7d0 (diff) | |
download | pkgsrc-b93e0beaf56082455079c19e8bcc75338a4213f5.tar.gz |
Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
Diffstat (limited to 'x11/qt4-tools')
-rw-r--r-- | x11/qt4-tools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 23b72ba4d4c..a492ebc0d3c 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2007/12/12 11:54:20 markd Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/17 22:19:44 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} -PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base @@ -43,7 +42,7 @@ do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/libQtUiTools.a \ ${QTPREFIX}/lib/ .for lib in QtUiTools QtTest - ${SED} -e "s:${WRKSRC}:${QTPREFIX}:g" \ + sed -e "s:${WRKSRC}:${QTPREFIX}:g" \ ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKDIR}/${lib}.pc ${INSTALL_DATA} ${WRKDIR}/${lib}.pc ${PREFIX}/lib/pkgconfig/ .endfor |