aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-russian
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 13:03:14 +0000
commit886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch)
treec9d301ed55367daf089b38d9246d62856e45d5db /audio/festvox-russian
parent0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff)
Notes
Diffstat (limited to 'audio/festvox-russian')
-rw-r--r--audio/festvox-russian/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/festvox-russian/Makefile b/audio/festvox-russian/Makefile
index ece5fa8cddeb..79863e8b1410 100644
--- a/audio/festvox-russian/Makefile
+++ b/audio/festvox-russian/Makefile
@@ -16,7 +16,7 @@ COMMENT= Russian male voice for Festival speech synthesis system
RUN_DEPENDS= festival:${PORTSDIR}/audio/festival
-USE_BZIP2= YES
+USES= tar:bzip2
WRKSRC= ${WRKDIR}/msu_ru_nsh_clunits
@@ -30,6 +30,6 @@ post-extract:
do-install:
@${MKDIR} ${STAGEDIR}${FHOME}
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME})
.include <bsd.port.mk>