From 70cf5e59c3324b99cef49f169c9a92ae5a81ac6a Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Jul 2001 12:37:45 +0000 Subject: Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option on Solaris' xargs. --- audio/festlex-oald/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/festlex-oald') diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index d65ffa8fa63..7f5aeb96829 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/05/19 03:56:24 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/07/14 12:37:46 jlam Exp $ DISTNAME= festlex_OALD PKGNAME= festlex-oald-1.4.0 @@ -18,7 +18,7 @@ FHOME= ${PREFIX}/share/festival post-extract: @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + @ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${FHOME} -- cgit v1.2.3