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

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

Diff for /pkgsrc/audio/mbrolavox-us3/Makefile between version 1.18 and 1.19

version 1.18, 2008/03/02 06:10:33 version 1.19, 2008/05/26 02:13:16
Line 14  COMMENT= American English male voice for
Line 14  COMMENT= American English male voice for
   
 DEPENDS+=       mbrola-301h{,nb[0-9]*}:../../audio/mbrola  DEPENDS+=       mbrola-301h{,nb[0-9]*}:../../audio/mbrola
   
   USE_TOOLS+=     pax
   
 LICENSE=        no-commercial-use  LICENSE=        no-commercial-use
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
Line 29  post-extract:
Line 31  post-extract:
   
 do-install:  do-install:
         ${INSTALL_DATA_DIR} ${DESTDIR}${MHOME}          ${INSTALL_DATA_DIR} ${DESTDIR}${MHOME}
         cd ${WRKSRC} && ${PAX} -rw us3 ${DESTDIR}${MHOME}          cd ${WRKSRC} && pax -rw us3 ${DESTDIR}${MHOME}
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>