From b08558ab94100bd19dba5da659e3a30125a04eaa Mon Sep 17 00:00:00 2001
From: wiz <wiz@pkgsrc.org>
Date: Tue, 28 Dec 1999 04:19:57 +0000
Subject: replaced some more commands by their ${COMMAND} counterparts

---
 audio/festlex-oald/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'audio/festlex-oald')

diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile
index f785f6b2880..f80183e16de 100644
--- a/audio/festlex-oald/Makefile
+++ b/audio/festlex-oald/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/12/25 22:26:04 wiz Exp $
+# $NetBSD: Makefile,v 1.7 1999/12/28 04:19:58 wiz Exp $
 
 DISTNAME=	festlex_OALD
 PKGNAME=	festlex-oald-1.4.0
@@ -17,7 +17,7 @@ FHOME=		${PREFIX}/share/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
 
 do-install:
 	${INSTALL_DATA_DIR} ${FHOME}
-- 
cgit v1.2.3