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/mbrolavox-en1/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'audio/mbrolavox-en1/Makefile') diff --git a/audio/mbrolavox-en1/Makefile b/audio/mbrolavox-en1/Makefile index b0aad7676e2..756ae877a69 100644 --- a/audio/mbrolavox-en1/Makefile +++ b/audio/mbrolavox-en1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/10/11 14:36:02 proff Exp $ +# $NetBSD: Makefile,v 1.6 1999/12/25 22:39:03 wiz Exp $ -PKGNAME= mbrolavox-en1-980910 DISTNAME= en1-980910 +PKGNAME= mbrolavox-en1-980910 WRKSRC= ${WRKDIR} CATEGORIES= audio MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/en1/ @@ -10,9 +10,8 @@ EXTRACT_SUFX= .zip MAINTAINER= proff@iq.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival.html -DEPENDS+= mbrola-301h:../mbrola - BUILD_DEPENDS= unzip:../../archivers/unzip +DEPENDS+= mbrola-301h:../mbrola LICENSE= no-commercial-use @@ -23,11 +22,11 @@ NO_BUILD= yes MHOME= ${PREFIX}/share/mbrola/voices 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} ${MHOME} - cd ${WRKSRC} && pax -r -w en1 ${MHOME} + cd ${WRKSRC} && ${PAX} -r -w en1 ${MHOME} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3