From 1c9d5432e19a5c771936396e45db13d06560e776 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-ked16/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/festvox-ked16') diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile index d7b561b64b4..20afb9760ee 100644 --- a/audio/festvox-ked16/Makefile +++ b/audio/festvox-ked16/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 10:32:59 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/25 22:39:00 wiz Exp $ -DISTNAME= festvox-ked16-1.4.0 +DISTNAME= festvox_kedlpc16k +PKGNAME= festvox-ked16-1.4.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.0/ -DISTFILES= festvox_kedlpc16k.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" -- cgit v1.2.3