summaryrefslogtreecommitdiff
path: root/audio/festdoc
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-28 04:19:57 +0000
committerwiz <wiz>1999-12-28 04:19:57 +0000
commiteb37760b26292041b4839e11a18aee871d58d838 (patch)
tree4c9244185d33cff3865f881a82dac4226355fc79 /audio/festdoc
parent1065d693d7e2fa309a555ad1d238e18625a4f693 (diff)
downloadpkgsrc-eb37760b26292041b4839e11a18aee871d58d838.tar.gz
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'audio/festdoc')
-rw-r--r--audio/festdoc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile
index c7d9c3a271e..fb00d779c8d 100644
--- a/audio/festdoc/Makefile
+++ b/audio/festdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/12/25 22:23:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 1999/12/28 04:19:57 wiz Exp $
DISTNAME= festdoc-1.4.0.1
PKGNAME= festival-doc-1.4.0.1
@@ -14,13 +14,13 @@ FDOC= ${PREFIX}/share/doc/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
- find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
+ ${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} && \