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/festlex-ogi/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/festlex-ogi/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/audio/festlex-ogi/Makefile 1999/10/11 10:54:34 1.5 +++ pkgsrc/audio/festlex-ogi/Makefile 1999/12/25 22:38:56 1.6 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 10:54:34 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/25 22:38:56 wiz Exp $ -DISTNAME= festlex-ogi-2.0 +DISTNAME= OGIlexicon-2.0 +PKGNAME= festlex-ogi-2.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ -DISTFILES= OGIlexicon-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts @@ -19,11 +19,11 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + @ ${CHMOD} -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${FHOME} - cd ${WRKSRC} && pax -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} .include "../../mk/bsd.pkg.mk"