From b08558ab94100bd19dba5da659e3a30125a04eaa Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Dec 1999 04:19:57 +0000 Subject: replaced some more commands by their ${COMMAND} counterparts --- audio/festdoc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/festdoc') 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} && \ -- cgit v1.2.3