From 010656b776d8ff8d992c882863bb978aa09774f4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 6 Apr 2014 17:20:30 +0000 Subject: [PATCH] Support stage --- audio/festlex-oald/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile index fe02de93dfa2..439978bc731d 100644 --- a/audio/festlex-oald/Makefile +++ b/audio/festlex-oald/Makefile @@ -20,7 +20,6 @@ RESTRICTED= No commercial use WRKSRC= ${WRKDIR}/festival NO_BUILD= yes -NO_STAGE= yes FHOME= ${PREFIX}/share/festival @@ -29,7 +28,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