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-rab8/Makefile | |
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-rab8/Makefile')
-rw-r--r-- | audio/festvox-rab8/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile index d626d3b95af..1a22ff3bc6f 100644 --- a/audio/festvox-rab8/Makefile +++ b/audio/festvox-rab8/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 1999/10/28 01:57:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 1999/12/25 22:39:01 wiz Exp $ -DISTNAME= festvox-rab8-1.4.0 +DISTNAME= festvox_rablpc8k +PKGNAME= festvox-rab8-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ -DISTFILES= festvox_rablpc8k.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" |