From f2df8e0068aa974d3224680bd95f00e5fc8e548c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 6 Apr 2014 17:26:19 +0000 Subject: [PATCH] Support stage --- audio/festvox-don/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index d24c458a189b..f648062222b3 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -20,7 +20,6 @@ ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex 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