diff options
Diffstat (limited to 'audio/festvox-kal8')
-rw-r--r-- | audio/festvox-kal8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile index 703858d5e56..5636537e2e9 100644 --- a/audio/festvox-kal8/Makefile +++ b/audio/festvox-kal8/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/25 22:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/28 04:20:00 wiz Exp $ DISTNAME= festvox_kallpc8k PKGNAME= festvox-kal8-1.4.0 @@ -21,7 +21,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} |