Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/qt4-qdbus/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/qt4-qdbus/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/x11/qt4-qdbus/Makefile 2007/12/06 11:28:09 1.1 +++ pkgsrc/x11/qt4-qdbus/Makefile 2007/12/12 11:56:10 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/12/06 11:28:09 markd Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/12 11:56:10 markd Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -22,8 +22,8 @@ do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/libQtDBus.la \ ${QTPREFIX}/lib/ ${SED} -e "s:${WRKSRC}:${QTPREFIX}:g" \ - ${WRKSRC}/lib/pkgconfig/QtDBus.pc > ${WRKOBJ}/QtDBus.pc - ${INSTALL_DATA} ${WRKOBJ}/QtDBus.pc ${PREFIX}/lib/pkgconfig/ + ${WRKSRC}/lib/pkgconfig/QtDBus.pc > ${WRKDIR}/QtDBus.pc + ${INSTALL_DATA} ${WRKDIR}/QtDBus.pc ${PREFIX}/lib/pkgconfig/ cd ${WRKSRC}/tools/qdbus/src && env ${MAKE_ENV} \ ${MAKE_PROGRAM} install_qtdbus_headers .for prog in qdbus qdbuscpp2xml qdbusviewer qdbusxml2cpp