From 23513956b5e4a91c02934fc64238785f97ad6490 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-don/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/festvox-don/Makefile') diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index 64ee6e23b00..cef2cdcf150 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/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_don PKGNAME= festvox-don-1.4.0 @@ -21,8 +21,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} -- cgit v1.2.3