diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 04cc4a91bd9c..9f97a5ab394c 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/festival CONFLICTS= festvox-rab8 NO_BUILD= yes -NO_STAGE= yes FHOME= ${PREFIX}/share/festival @@ -29,10 +28,8 @@ post-extract: @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 do-install: - ${MKDIR} ${FHOME} - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} - -post-install: - ${RM} ${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING + @${MKDIR} ${STAGEDIR}${FHOME} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME} + ${RM} -f ${STAGEDIR}${PREFIX}/share/festival/lib/voices/spanish/el_diphone/COPYING .include