[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / qt4-docs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/qt4-docs/Makefile between version 1.2 and 1.3

version 1.2, 2006/04/17 13:47:00 version 1.3, 2007/03/18 17:34:41
Line 3 
Line 3 
 .include "../../x11/qt4-libs/Makefile.common"  .include "../../x11/qt4-libs/Makefile.common"
   
 PKGNAME=        qt4-docs-${QTVERSION}  PKGNAME=        qt4-docs-${QTVERSION}
 PKGREVISION=    1  
 COMMENT=        Documentation for the QT C++ X GUI toolkit  COMMENT=        Documentation for the QT C++ X GUI toolkit
   
 NO_CONFIGURE=           yes  NO_CONFIGURE=           yes
Line 11  NO_BUILD=  yes
Line 10  NO_BUILD=  yes
 PLIST_SRC=              ${WRKDIR}/PLIST ${PKGDIR}/PLIST  PLIST_SRC=              ${WRKDIR}/PLIST ${PKGDIR}/PLIST
   
 do-install:  do-install:
         ${CP} -R ${WRKSRC}/doc ${QTPREFIX}          cp -R ${WRKSRC}/doc ${QTPREFIX}
         cd ${PREFIX}; ${FIND} qt4/doc -type f -print > ${WRKDIR}/PLIST          cd ${PREFIX}; find qt4/doc -type f -print > ${WRKDIR}/PLIST
   
 .include "../../x11/qt4-libs/buildlink3.mk"  .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>