diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-25 22:25:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-25 22:25:32 +0000 |
commit | 455a75b809fef238340ae8241b1c32a1eceef443 (patch) | |
tree | 2d3be4233a9fd76aaab871c09929f9d33455b205 /audio/festlex-cmu | |
parent | bf32437e19a387e910780b7ad91142ff9d0db99a (diff) | |
download | pkgsrc-455a75b809fef238340ae8241b1c32a1eceef443.tar.gz |
pkglint cleanup
Diffstat (limited to 'audio/festlex-cmu')
-rw-r--r-- | audio/festlex-cmu/Makefile | 12 | ||||
-rw-r--r-- | audio/festlex-cmu/pkg/DESCR | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile index ff0da349ab4..deb1494f446 100644 --- a/audio/festlex-cmu/Makefile +++ b/audio/festlex-cmu/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 10:32:49 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/25 22:25:32 wiz Exp $ -DISTNAME= festlex-cmu-1.4.0 +DISTNAME= festlex_CMU +PKGNAME= festlex-cmu-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ -DISTFILES= festlex_CMU.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html @@ -16,11 +16,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" diff --git a/audio/festlex-cmu/pkg/DESCR b/audio/festlex-cmu/pkg/DESCR index 5b88575cf08..e89ed24638f 100644 --- a/audio/festlex-cmu/pkg/DESCR +++ b/audio/festlex-cmu/pkg/DESCR @@ -1,3 +1,4 @@ -CMU American English pronounciation dictionary for the Festival speech synthesis system. +CMU American English pronounciation dictionary for the Festival +speech synthesis system. -Julian Assange <proff@iq.org> |