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-us1/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/mbrolavox-us1/Makefile')
-rw-r--r-- | audio/mbrolavox-us1/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index de0ade61c4c..064b95e347c 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/10/11 17:22:14 proff Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/25 22:39:03 wiz Exp $ -PKGNAME= mbrolavox-us1-980512 DISTNAME= us1-980512 +PKGNAME= mbrolavox-us1-980512 WRKSRC= ${WRKDIR} CATEGORIES= audio MASTER_SITES= ftp://tcts.fpms.ac.be/pub/mbrola/VOICES/us1/ @@ -9,8 +9,8 @@ EXTRACT_SUFX= .zip MAINTAINER= proff@iq.org HOMEPAGE= http://tcts.fpms.ac.be/synthesis/ -DEPENDS+= mbrola-301h:../mbrola +DEPENDS+= mbrola-301h:../mbrola BUILD_DEPENDS= unzip:../../archivers/unzip LICENSE= no-commercial-use @@ -22,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 us1 ${MHOME} + cd ${WRKSRC} && ${PAX} -r -w us1 ${MHOME} .include "../../mk/bsd.pkg.mk" |