summaryrefslogtreecommitdiff
path: root/audio/festvox-hvs
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-hvs
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-hvs')
-rw-r--r--audio/festvox-hvs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile
index 395675a367c..90e1890662a 100644
--- a/audio/festvox-hvs/Makefile
+++ b/audio/festvox-hvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:27 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/07/14 12:37:49 jlam Exp $
DISTNAME= voice_hvs_di-2.0
PKGNAME= festvox-hvs-2.0
@@ -22,8 +22,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}