summaryrefslogtreecommitdiff
path: root/audio/festvox-us2
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-25 22:38:54 +0000
committerwiz <wiz>1999-12-25 22:38:54 +0000
commit1c9d5432e19a5c771936396e45db13d06560e776 (patch)
treec3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/festvox-us2
parent65d18c4371f6065814b64313b65c2e20f6eac4aa (diff)
downloadpkgsrc-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-us2')
-rw-r--r--audio/festvox-us2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile
index 9d672bc3250..afaaf243db8 100644
--- a/audio/festvox-us2/Makefile
+++ b/audio/festvox-us2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 16:44:40 proff Exp $
+# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:02 wiz Exp $
DISTNAME= festvox_us2
PKGNAME= festvox-us2-1.4.0
@@ -23,11 +23,11 @@ FHOME= ${PREFIX}/share/festival
MBROLA= ${FHOME}/lib/voices/english/us2_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/us2 ${MBROLA}
ln -fs ../../../../../mbrola/voices/us2/us2mrpa ${MBROLA}