diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-10-25 21:25:49 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-10-25 21:25:49 +0000 |
commit | 335a765c9b633b0311b6c4d888427f17464453b6 (patch) | |
tree | 791533f4c6cc1ff4f70d90054ead262ae213e290 /audio/festdoc/Makefile | |
parent | d8410442f0591fa6767eff9b32562677ad1443d5 (diff) | |
download | pkgsrc-335a765c9b633b0311b6c4d888427f17464453b6.tar.gz |
don't install backup~ files, remove empty line from PLIST,
chmod => ${CHMOD}
Diffstat (limited to 'audio/festdoc/Makefile')
-rw-r--r-- | audio/festdoc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
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} && \ |