diff options
Diffstat (limited to 'audio/festvox-aec/Makefile')
-rw-r--r-- | audio/festvox-aec/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 07143626829..a1f204bab77 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/25 22:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/28 04:19:59 wiz Exp $ DISTNAME= voice_aec_di-2.0 PKGNAME= festvox-aec-2.0 @@ -20,8 +20,8 @@ FHOME= ${PREFIX}/share/festival post-extract: ${CHMOD} -R a+r ${WRKSRC} - find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 - find ${WRKSRC} -type d -name CVS | xargs ${RM} -fr + ${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 + ${FIND} ${WRKSRC} -type d -name CVS | xargs ${RM} -fr do-install: ${INSTALL_DATA_DIR} ${FHOME} |