diff options
Diffstat (limited to 'audio/festvox-kal16/Makefile')
-rw-r--r-- | audio/festvox-kal16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile index 13b5bf28948..1a1e89fc0dc 100644 --- a/audio/festvox-kal16/Makefile +++ b/audio/festvox-kal16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/19 16:18:52 rillig Exp $ DISTNAME= festvox_kallpc16k PKGNAME= festvox-kal16-1.4.0 @@ -23,8 +23,8 @@ NO_BUILD= yes FHOME= ${PREFIX}/share/festival post-extract: - @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 + ${CHMOD} -R a+r ${WRKSRC} + ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${FHOME} |