[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / mail / squirrelmail

Diff for /ports/mail/squirrelmail/Makefile between version 1.6 and 1.7

version 1.6, 2009/09/09 13:50:03 version 1.7, 2009/10/20 07:58:17
Line 27 
Line 27 
   
 RUN_DEPENDS =           :php5-core-*:www/php5/core  RUN_DEPENDS =           :php5-core-*:www/php5/core
   
 pre-fake:  
         ${INSTALL_DATA_DIR} ${INSTDIR}  
 do-install:  do-install:
         @cp -r ${WRKDIST}/* ${INSTDIR}          ${INSTALL_DATA_DIR} ${INSTDIR}
           cd ${WRKDIST}; tar cf - . | tar xf - -C ${INSTDIR}
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb