From 335a765c9b633b0311b6c4d888427f17464453b6 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 25 Oct 1999 21:25:49 +0000 Subject: don't install backup~ files, remove empty line from PLIST, chmod => ${CHMOD} --- audio/festdoc/Makefile | 11 +++++++---- audio/festdoc/pkg/PLIST | 5 +---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'audio') diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile index f3f2fe01872..54069e65812 100644 --- a/audio/festdoc/Makefile +++ b/audio/festdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/10 23:14:39 proff Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/25 21:25:49 hubertf Exp $ DISTNAME= festival-doc-1.4.0.1 WRKSRC= ${WRKDIR}/festdoc-1.4.0.1 @@ -14,12 +14,15 @@ NO_BUILD= yes FDOC= ${PREFIX}/share/doc/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 + ${RM} ${WRKSRC}/festival/src-manual/c3750.htm~ + ${RM} ${WRKSRC}/speechtools/c16909.htm~ + do-install: ${INSTALL_DATA_DIR} ${FDOC} - @ cd ${WRKSRC} && info=`find . -name '*.info*' -type f` && \ + cd ${WRKSRC} && info=`find . -name '*.info*' -type f` && \ ${CP} $$info ${PREFIX}/info && \ ${CP} -r ${WRKSRC}/* ${FDOC} && \ cd ${FDOC} && \ diff --git a/audio/festdoc/pkg/PLIST b/audio/festdoc/pkg/PLIST index 07a746613c1..e4b724ee276 100644 --- a/audio/festdoc/pkg/PLIST +++ b/audio/festdoc/pkg/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/10/10 23:14:40 proff Exp $ - +@comment $NetBSD: PLIST,v 1.4 1999/10/25 21:25:51 hubertf Exp $ share/doc/festival/speechtools/images_gen/docppimath_929959730_6.gif share/doc/festival/speechtools/images_gen/docppmath_929959728_2.gif share/doc/festival/speechtools/images_gen/docppmath_929959741_1.gif @@ -139,7 +138,6 @@ share/doc/festival/speechtools/est_small.jpg share/doc/festival/speechtools/cstrdoc.css share/doc/festival/speechtools/index.html share/doc/festival/speechtools/HTML.index -share/doc/festival/speechtools/c16909.htm~ share/doc/festival/speechtools/TeX.formulae @dirrm share/doc/festival/speechtools @dirrm share/doc/festival/festival/info @@ -183,7 +181,6 @@ share/doc/festival/festival/user-manual/festival_toc.html share/doc/festival/festival/src-manual/c3750.htm share/doc/festival/festival/src-manual/x3792.htm share/doc/festival/festival/src-manual/unisyn02.gif -share/doc/festival/festival/src-manual/c3750.htm~ @dirrm share/doc/festival/festival/src-manual/images_gen @dirrm share/doc/festival/festival/src-manual share/doc/festival/festival/refcard.dvi -- cgit v1.2.3