diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-25 22:38:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-25 22:38:54 +0000 |
commit | 20af2df540f6c87382d22afb3e04f33f1c14da15 (patch) | |
tree | c3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/festvox-us3 | |
parent | feac0bcd3bcf74682fcbeacf8f4168fb3a20804f (diff) | |
download | pkgsrc-20af2df540f6c87382d22afb3e04f33f1c14da15.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-us3')
-rw-r--r-- | audio/festvox-us3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/festvox-us3/Makefile b/audio/festvox-us3/Makefile index 31b6adf6c0a..6186beb1066 100644 --- a/audio/festvox-us3/Makefile +++ b/audio/festvox-us3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 16:51:41 proff Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:02 wiz Exp $ DISTNAME= festvox_us3 PKGNAME= festvox-us3-1.4.0 @@ -23,11 +23,11 @@ FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/us3_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/us3 ${MBROLA} ln -fs ../../../../../mbrola/voices/us3/us3mrpa ${MBROLA} |