diff options
author | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
commit | 1c9d5432e19a5c771936396e45db13d06560e776 (patch) | |
tree | c3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/festvox-kal16 | |
parent | 65d18c4371f6065814b64313b65c2e20f6eac4aa (diff) | |
download | pkgsrc-1c9d5432e19a5c771936396e45db13d06560e776.tar.gz |
pkglint silencing:
o use DISTNAME and PKGNAME instead of DISTFILES
o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO}
o reorder lines, remove unnecessary blank
o modify pkg/COMMENT and pkg/DESCR
o remove lines from files/patch-sum for files that aren't there
Diffstat (limited to 'audio/festvox-kal16')
-rw-r--r-- | audio/festvox-kal16/Makefile | 12 | ||||
-rw-r--r-- | audio/festvox-kal16/pkg/COMMENT | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index de10cc217ee..6b1b15a859c 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 10:32:58 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/25 22:38:59 wiz Exp $ -DISTNAME= festvox-kal16-1.4.0 +DISTNAME= festvox_kallpc16k +PKGNAME= festvox-kal16-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ -DISTFILES= festvox_kallpc16k.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html @@ -20,11 +20,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/festvox-kal16/pkg/COMMENT b/audio/festvox-kal16/pkg/COMMENT index 9fc9dc87dd0..bd58659aa96 100644 --- a/audio/festvox-kal16/pkg/COMMENT +++ b/audio/festvox-kal16/pkg/COMMENT @@ -1 +1 @@ -16khz American English male voice for the festival +16khz American English male voice for the festival speech synthesis system. |