diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-04-06 06:29:24 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-04-06 06:29:24 +0000 |
commit | 08aeb35d3e833049b414dc2f5e75c9a1c667a764 (patch) | |
tree | cfd6a81c06aafaa9dc5a9d776dc609b962010308 /audio/festlex-poslex | |
parent | 4f668c85990955fc64768287b2baa9cf3d40500c (diff) |
Do not run-depend on festival -- it really ought to be the other way
around.
For festlex-cmu use the 2004 version found in the 1.95 directory, so that
it works with audio/festival. The others did not change since 1999.
Stop the silly practice of extracting into ${WRKDIR} and copying into
destination -- extract directly.
Replace @dirrm with @dirrmtry in a few places and unbreak by adding more
of same.
The same should be applied to other audio/fest* ports, but these are
enough to get the English-only speech out of festival.
Notes
Notes:
svn path=/head/; revision=158932
Diffstat (limited to 'audio/festlex-poslex')
-rw-r--r-- | audio/festlex-poslex/Makefile | 14 | ||||
-rw-r--r-- | audio/festlex-poslex/pkg-plist | 2 |
2 files changed, 5 insertions, 11 deletions
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile index 78e8995be899..c736909f2727 100644 --- a/audio/festlex-poslex/Makefile +++ b/audio/festlex-poslex/Makefile @@ -9,29 +9,21 @@ PORTNAME= festlex-poslex PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio accessibility MASTER_SITES= ${MASTER_SITE_FESTIVAL} MASTER_SITE_SUBDIR= ${PORTVERSION} DISTNAME= festlex_POSLEX DIST_SUBDIR= festival +EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= English lexicon for Festival -RUN_DEPENDS= festival:${PORTSDIR}/audio/festival - -WRKSRC= ${WRKDIR}/festival - NO_BUILD= yes - FHOME= ${PREFIX}/share/festival -post-extract: - @ ${CHMOD} -R a+r ${WRKSRC} - @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - do-install: - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + ${TAR} -C ${FHOME:H} -xzvpf ${_DISTDIR}/${_DISTFILES} .include <bsd.port.mk> diff --git a/audio/festlex-poslex/pkg-plist b/audio/festlex-poslex/pkg-plist index b93e5a39d1a9..a1d4453e0cbf 100644 --- a/audio/festlex-poslex/pkg-plist +++ b/audio/festlex-poslex/pkg-plist @@ -3,3 +3,5 @@ share/festival/lib/dicts/wsj.wp39.poslexR share/festival/lib/dicts/wsj.wp39.tri.ngrambin share/festival/lib/dicts/COPYING.poslex @dirrmtry share/festival/lib/dicts +@dirrmtry share/festival/lib +@dirrmtry share/festival |