From 20af2df540f6c87382d22afb3e04f33f1c14da15 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 25 Dec 1999 22:38:54 +0000 Subject: 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 --- audio/festvox-us1/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/festvox-us1') diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index cc43901248a..8abde364f15 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 16:00:02 proff Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:02 wiz Exp $ DISTNAME= festvox_us1 PKGNAME= festvox-us1-1.4.0 @@ -23,11 +23,11 @@ FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/us1_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/us1 ${MBROLA} ln -fs ../../../../../mbrola/voices/us1/us1mrpa ${MBROLA} -- cgit v1.2.3