[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / comms / p5-pilot-link

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

Diff for /pkgsrc/comms/p5-pilot-link/Makefile between version 1.36 and 1.37

version 1.36, 2007/03/24 19:21:20 version 1.37, 2007/03/27 22:24:11
Line 17  PERL5_CONFIGURE= NO
Line 17  PERL5_CONFIGURE= NO
 PERL5_PACKLIST=         auto/PDA/Pilot/.packlist  PERL5_PACKLIST=         auto/PDA/Pilot/.packlist
 PERL5_LDFLAGS=          -lpisock  PERL5_LDFLAGS=          -lpisock
   
 REPLACE_PERL+=          bindings/Perl/h2xs-pilot-link  REPLACE_PERL+=          bindings/Perl/h2xs-pilot-link src/pilot-ietf2datebook.pl
   
 INSTALL_DIRS=           ${WRKSRC}/bindings  INSTALL_DIRS=           ${WRKSRC}/bindings
 INSTALLATION_DIRS=      bin  INSTALLATION_DIRS=      bin
Line 39  SUBST_SED.progs= -e s:@ENABLE_CONDUITS_T
Line 39  SUBST_SED.progs= -e s:@ENABLE_CONDUITS_T
 #       done  #       done
   
 post-install:  post-install:
 .for bin in ietf2datebook pilot-undelete sync-plan  .for bin in pilot-ietf2datebook pilot-undelete pilot-sync-plan
         cd ${WRKSRC}/src &&                                             \          cd ${WRKSRC}/src &&                                             \
         ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin          ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin
 .endfor  .endfor

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

CVSweb <webmaster@jp.NetBSD.org>