summaryrefslogtreecommitdiff
path: root/audio/festvox-rab16
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-14 12:37:45 +0000
committerjlam <jlam>2001-07-14 12:37:45 +0000
commitb7cf1822c25e35e1865d910d0641ac008b2bf26f (patch)
treea4dbe1af92d6b8baf49064fb76e2cab16e4fb714 /audio/festvox-rab16
parent2dc8d06d11119d7461cf3142416d9eb05aca5b3d (diff)
downloadpkgsrc-b7cf1822c25e35e1865d910d0641ac008b2bf26f.tar.gz
Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
Diffstat (limited to 'audio/festvox-rab16')
-rw-r--r--audio/festvox-rab16/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile
index 60553a61fb1..85721c0dc19 100644
--- a/audio/festvox-rab16/Makefile
+++ b/audio/festvox-rab16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/05/19 03:56:29 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/07/14 12:37:51 jlam Exp $
DISTNAME= festvox_rablpc16k
PKGNAME= festvox-rab16-1.4.0
@@ -22,7 +22,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}