[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / cad / tkgate2

Diff for /ports/cad/tkgate2/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2009/10/03 07:44:33 version 1.4, 2009/10/13 14:02:19
Line 29 
Line 29 
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
   
 pre-patch:  pre-patch:
         @find ${WRKSRC} -name *.orig -exec rm {} \;  .for i in *.orig* *.bak* *.old *~
         @find ${WRKSRC} -name *.*~ -exec rm {} \;          @find ${WRKSRC} -name $i -exec rm {} \;
   .endfor
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb