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

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

Diff for /pkgsrc/audio/festvox-en1/Makefile between version 1.7 and 1.8

version 1.7, 1999/12/25 22:38:58 version 1.8, 1999/12/28 04:20:00
Line 24  MBROLA=  ${FHOME}/lib/voices/english/en1
Line 24  MBROLA=  ${FHOME}/lib/voices/english/en1
   
 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:
         cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}          cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
 #ugh  #ugh
         ln -fs ../../../../../mbrola/voices/en1 ${MBROLA}          ${LN} -fs ../../../../../mbrola/voices/en1 ${MBROLA}
         ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA}          ${LN} -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA}
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>