Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/festvox-tll/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/festvox-tll/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/audio/festvox-tll/Makefile 1999/10/28 02:05:43 1.7 +++ pkgsrc/audio/festvox-tll/Makefile 1999/12/25 22:39:01 1.8 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1999/10/28 02:05:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/25 22:39:01 wiz Exp $ -DISTNAME= festvox-tll-2.0 +DISTNAME= voice_tll_di-2.0 +PKGNAME= festvox-tll-2.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ -DISTFILES= voice_tll_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts @@ -20,11 +20,11 @@ FHOME= ${PREFIX}/share/festival post-extract: ${CHMOD} -R a+r ${WRKSRC} - find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 - find ${WRKSRC} -type d -name CVS | xargs rm -fr + find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} - cd ${WRKSRC} && pax -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} .include "../../mk/bsd.pkg.mk"