[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / audio / festvox-el11

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

Diff for /pkgsrc/audio/festvox-el11/Makefile between version 1.8 and 1.9

version 1.8, 2001/02/16 13:30:37 version 1.9, 2001/05/19 03:56:26
Line 20  FHOME=  ${PREFIX}/share/festival
Line 20  FHOME=  ${PREFIX}/share/festival
   
 post-extract:  post-extract:
         @ ${CHMOD} -R a+r ${WRKSRC}          @ ${CHMOD} -R a+r ${WRKSRC}
         @ ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755          @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
   
 do-install:  do-install:
         ${INSTALL_DATA_DIR} ${FHOME}          ${INSTALL_DATA_DIR} ${FHOME}

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

CVSweb <webmaster@jp.NetBSD.org>