summaryrefslogtreecommitdiff
path: root/audio/festvox-en1
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-25 22:38:54 +0000
committerwiz <wiz>1999-12-25 22:38:54 +0000
commit94e2cd86957b1fd97c14cbf6283d92d67cf18ccd (patch)
treec3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/festvox-en1
parenta36918261e08570bf1b127d9e645eba001d5a3ba (diff)
downloadpkgsrc-94e2cd86957b1fd97c14cbf6283d92d67cf18ccd.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-en1')
-rw-r--r--audio/festvox-en1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-en1/Makefile b/audio/festvox-en1/Makefile
index d8745a3d854..4cd901a4584 100644
--- a/audio/festvox-en1/Makefile
+++ b/audio/festvox-en1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/10/11 16:29:59 proff Exp $
+# $NetBSD: Makefile,v 1.7 1999/12/25 22:38:58 wiz Exp $
DISTNAME= festvox_en1
PKGNAME= festvox-en1-1.4.0
@@ -23,11 +23,11 @@ FHOME= ${PREFIX}/share/festival
MBROLA= ${FHOME}/lib/voices/english/en1_mbrola
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:
- cd ${WRKSRC} && pax -r -w * ${FHOME}
+ cd ${WRKSRC} && ${PAX} -r -w * ${FHOME}
#ugh
ln -fs ../../../../../mbrola/voices/en1 ${MBROLA}
ln -fs ../../../../../mbrola/voices/en1/en1mrpa ${MBROLA}