summaryrefslogtreecommitdiff
path: root/audio/festvox-tll
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-tll
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-tll')
-rw-r--r--audio/festvox-tll/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile
index 9279c40730f..2ea478bb9ca 100644
--- a/audio/festvox-tll/Makefile
+++ b/audio/festvox-tll/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:30 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:51 jlam Exp $
DISTNAME= voice_tll_di-2.0
PKGNAME= festvox-tll-2.0
@@ -21,8 +21,8 @@ FHOME= ${PREFIX}/share/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
- ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
- ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr
+ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
+ ${FIND} ${WRKSRC} -type d -name CVS -print | ${XARGS} ${RM} -fr
do-install:
${INSTALL_DATA_DIR} ${FHOME}