diff options
Diffstat (limited to 'audio/festvox-abc/Makefile')
-rw-r--r-- | audio/festvox-abc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 33a19e0513b..2e35ad5bc30 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:25 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:47 jlam Exp $ DISTNAME= voice_abc_di-2.0 PKGNAME= festvox-abc-2.0 @@ -22,7 +22,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 -print | ${XARGS} ${CHMOD} 755 ${RM} -f ${WRKSRC}/lib/voices/spanish/abc_diphone/group/hvslpcOGI16k.group ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr |