fix: do not install CVS dirs, make PLIST match reality
This commit is contained in:
parent
a1b0b76bf0
commit
2e2b2e802f
2 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:02 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1999/10/28 01:02:37 hubertf Exp $
|
||||
|
||||
DISTNAME= festvox-aec-2.0
|
||||
WRKSRC= ${WRKDIR}/festival
|
||||
|
@ -9,8 +9,6 @@ DISTFILES= voice_aec_di-2.0.tar.gz
|
|||
MAINTAINER= proff@iq.org
|
||||
HOMEPAGE= http://cslu.cse.ogi.edu/tts
|
||||
|
||||
BROKEN= PLIST errors
|
||||
|
||||
DEPENDS+= festival-1.4.0:../festival \
|
||||
festlex-ogi-2.0:../festlex-ogi
|
||||
|
||||
|
@ -21,8 +19,9 @@ NO_BUILD= yes
|
|||
FHOME= ${PREFIX}/share/festival
|
||||
|
||||
post-extract:
|
||||
@ chmod -R a+r ${WRKSRC}
|
||||
@ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
|
||||
${CHMOD} -R a+r ${WRKSRC}
|
||||
find ${WRKSRC} -type d -print0 | xargs -0 chmod 755
|
||||
find ${WRKSRC} -type d -name CVS | xargs rm -fr
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FHOME}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/04 19:33:57 proff Exp $
|
||||
share/festival/lib/voices/english/aec_diphone/group/aeclpcOGI16k.group
|
||||
@dirrm share/festival/lib/voices/english/aec_diphone/group
|
||||
@comment $NetBSD: PLIST,v 1.2 1999/10/28 01:02:38 hubertf Exp $
|
||||
share/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm
|
||||
share/festival/lib/voices/english/aec_diphone/festvox/aecdiph.msec
|
||||
share/festival/lib/voices/english/aec_diphone/festvox/aecgain.dat
|
||||
share/festival/lib/voices/english/aec_diphone/group/aec_di_resLPC.group
|
||||
@dirrm share/festival/lib/voices/english/aec_diphone/group
|
||||
@dirrm share/festival/lib/voices/english/aec_diphone/festvox
|
||||
@dirrm share/festival/lib/voices/english/aec_diphone
|
||||
|
|
Loading…
Reference in a new issue