[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / monotone-server

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

Diff for /pkgsrc/devel/monotone-server/Makefile between version 1.37 and 1.38

version 1.37, 2008/02/27 14:19:30 version 1.38, 2008/03/03 17:45:36
Line 12  COMMENT= Simplifies the configuration of
Line 12  COMMENT= Simplifies the configuration of
   
 DEPENDS+=       monotone>=0.39:../../devel/monotone  DEPENDS+=       monotone>=0.39:../../devel/monotone
   
   PKG_DESTDIR_SUPPORT=    user-destdir
   
 EXTRACT_ONLY=   # empty  EXTRACT_ONLY=   # empty
 NO_BUILD=       yes  NO_BUILD=       yes
 NO_CHECKSUM=    yes  NO_CHECKSUM=    yes
Line 70  do-extract:
Line 72  do-extract:
   
 do-install:  do-install:
         ${INSTALL_SCRIPT} ${WRKSRC}/monotone-server-init.sh \          ${INSTALL_SCRIPT} ${WRKSRC}/monotone-server-init.sh \
                 ${PREFIX}/sbin/monotone-server-init                  ${DESTDIR}${PREFIX}/sbin/monotone-server-init
         ${INSTALL_DATA_DIR} ${EXAMPLEDIR}          ${INSTALL_DATA_DIR} ${DESTDIR}${EXAMPLEDIR}
         ${INSTALL_DATA} ${WRKSRC}/hooks.conf ${EXAMPLEDIR}/hooks.conf          ${INSTALL_DATA} ${WRKSRC}/hooks.conf ${DESTDIR}${EXAMPLEDIR}/hooks.conf
         ${INSTALL_DATA} ${WRKSRC}/read-permissions \          ${INSTALL_DATA} ${WRKSRC}/read-permissions \
                 ${EXAMPLEDIR}/read-permissions                  ${DESTDIR}${EXAMPLEDIR}/read-permissions
         ${INSTALL_DATA} ${WRKSRC}/write-permissions \          ${INSTALL_DATA} ${WRKSRC}/write-permissions \
                 ${EXAMPLEDIR}/write-permissions                  ${DESTDIR}${EXAMPLEDIR}/write-permissions
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>