[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / torcs

Diff for /ports/games/torcs/Makefile between version 1.9 and 1.10

version 1.9, 2012/07/20 17:37:07 version 1.10, 2012/07/20 18:18:26
Line 29 
Line 29 
                         audio/openal \                          audio/openal \
                         graphics/freeglut \                          graphics/freeglut \
                         graphics/png                          graphics/png
   RUN_DEPENDS =           devel/desktop-file-utils
   
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
Line 54 
Line 55 
         @perl -pi -e "s,games\/,," \          @perl -pi -e "s,games\/,," \
                 ${WRKSRC}/${i}                  ${WRKSRC}/${i}
 .endfor  .endfor
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
           ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/
   
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb