diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-04-12 01:15:24 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-04-12 01:15:24 +0800 |
commit | c6dee754ff658b47f74ad764586174d864ebceeb (patch) | |
tree | 4431af494884f836b59d8f8034bfb641937533f3 /audio | |
parent | d57117476e3bcbfd2cbda41b624493ad43ea39fa (diff) | |
download | freebsd-ports-graphics-c6dee754ff658b47f74ad764586174d864ebceeb.tar.gz freebsd-ports-graphics-c6dee754ff658b47f74ad764586174d864ebceeb.tar.zst freebsd-ports-graphics-c6dee754ff658b47f74ad764586174d864ebceeb.zip |
Actually fix the packing list.
Diffstat (limited to 'audio')
-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 68125532e5f..fb26aa7d800 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} |