diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-11 17:15:24 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-11 17:15:24 +0000 |
commit | 0605a56efdb2588f0b9e008d2bf9c1b084bdf18e (patch) | |
tree | bbaa0a8ea62cfd34aadf7b04cbf3950e5ab2ba7e /audio/festvox-aec | |
parent | 4941b5756d3b770fe4c42bff9d1b957d97060869 (diff) | |
download | ports-0605a56efdb2588f0b9e008d2bf9c1b084bdf18e.tar.gz ports-0605a56efdb2588f0b9e008d2bf9c1b084bdf18e.zip |
Notes
Diffstat (limited to 'audio/festvox-aec')
-rw-r--r-- | audio/festvox-aec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile index 68125532e5fc..fb26aa7d8009 100644 --- a/audio/festvox-aec/Makefile +++ b/audio/festvox-aec/Makefile @@ -9,6 +9,7 @@ PORTNAME= festvox_aec PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= voice_aec_di-2.0 @@ -41,6 +42,8 @@ pre-install: .for ii in /group /festvox / ${ECHO_CMD} @dirrm ${AECDIR}${ii} >> ${PLIST} .endfor + ${ECHO_CMD} @dirrmtry share/festival/lib/voices/english >> ${PLIST} + ${ECHO_CMD} @dirrmtry share/festival/lib/voices >> ${PLIST} do-install: ${MKDIR} ${FHOME} |