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/mbrolavox-en1 | |
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/mbrolavox-en1')
-rw-r--r-- | audio/mbrolavox-en1/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
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" |