From e58180e1fbae9d5c68c9470bf9dcc52fd5d271c9 Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 19 May 2006 16:18:51 +0000 Subject: Fixed some pkglint warnings by removing the "@" at the start of shell commands. --- audio/festvox-us1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/festvox-us1') diff --git a/audio/festvox-us1/Makefile b/audio/festvox-us1/Makefile index ae0be867513..388c6eacf1e 100644 --- a/audio/festvox-us1/Makefile +++ b/audio/festvox-us1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:07 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/05/19 16:18:52 rillig Exp $ DISTNAME= festvox_us1 PKGNAME= festvox-us1-1.4.0 @@ -26,8 +26,8 @@ FHOME= ${PREFIX}/share/festival MBROLA= ${FHOME}/lib/voices/english/us1_mbrola 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: cd ${WRKSRC} && ${PAX} -rw * ${FHOME} -- cgit v1.2.3