diff options
author | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
commit | 94e2cd86957b1fd97c14cbf6283d92d67cf18ccd (patch) | |
tree | c3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/festvox-tll | |
parent | a36918261e08570bf1b127d9e645eba001d5a3ba (diff) | |
download | pkgsrc-94e2cd86957b1fd97c14cbf6283d92d67cf18ccd.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/festvox-tll')
-rw-r--r-- | audio/festvox-tll/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index a3e5d2f5121..000a8939723 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1999/10/28 02:05:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/25 22:39:01 wiz Exp $ -DISTNAME= festvox-tll-2.0 +DISTNAME= voice_tll_di-2.0 +PKGNAME= festvox-tll-2.0 WRKSRC= ${WRKDIR}/festival CATEGORIES= audio MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ -DISTFILES= voice_tll_di-2.0.tar.gz MAINTAINER= proff@iq.org HOMEPAGE= http://cslu.cse.ogi.edu/tts @@ -20,11 +20,11 @@ FHOME= ${PREFIX}/share/festival post-extract: ${CHMOD} -R a+r ${WRKSRC} - find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 - find ${WRKSRC} -type d -name CVS | xargs rm -fr + find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} - cd ${WRKSRC} && pax -r -w * ${FHOME} + cd ${WRKSRC} && ${PAX} -r -w * ${FHOME} .include "../../mk/bsd.pkg.mk" |