diff options
Diffstat (limited to 'audio/mbrolavox-us1')
-rw-r--r-- | audio/mbrolavox-us1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mbrolavox-us1/Makefile b/audio/mbrolavox-us1/Makefile index ff37e6e5d73..e0c43eb6bc0 100644 --- a/audio/mbrolavox-us1/Makefile +++ b/audio/mbrolavox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/02/05 23:08:11 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/05/19 16:18:52 rillig Exp $ DISTNAME= us1-980512 PKGNAME= mbrolavox-us1-980512 @@ -22,8 +22,8 @@ NO_BUILD= yes MHOME= ${PREFIX}/share/mbrola/voices 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} ${MHOME} |