mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@ (blanket approval)
This commit is contained in:
parent
5319b67ec2
commit
001e9ea3c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360364
@ -19,7 +19,6 @@ RESTRICTED= No commercial use
|
||||
WRKSRC= ${WRKDIR}/festival
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
FHOME= ${PREFIX}/share/festival
|
||||
|
||||
@ -34,7 +33,7 @@ post-extract:
|
||||
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${FHOME}
|
||||
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
|
||||
${MKDIR} ${STAGEDIR}${FHOME}
|
||||
cd ${WRKSRC} && ${CP} -pPR * ${STAGEDIR}${FHOME}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
This is a composite pronunciation dictionary from ogi.edu, for
|
||||
use with Festival.
|
||||
|
||||
WWW: http://cslu.cse.ogi.edu/tts/
|
||||
WWW: http://cslu.cse.ogi.edu/tts/
|
||||
|
Loading…
Reference in New Issue
Block a user