From d367e150cf001ce7107359f4a4ae5d5d8f888dc0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 6 Apr 2014 17:33:46 +0000 Subject: [PATCH] Support stage --- audio/festvox-rab16/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile index 846b87c05741..3ad716b786f1 100644 --- a/audio/festvox-rab16/Makefile +++ b/audio/festvox-rab16/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival CONFLICTS= festvox-rab8 NO_BUILD= yes -NO_STAGE= yes FHOME= ${PREFIX}/share/festival @@ -31,7 +30,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} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME} .include