aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-kal8
diff options
context:
space:
mode:
Diffstat (limited to 'audio/festvox-kal8')
-rw-r--r--audio/festvox-kal8/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile
index 52964206cf23..d9b9517312c4 100644
--- a/audio/festvox-kal8/Makefile
+++ b/audio/festvox-kal8/Makefile
@@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival
CONFLICTS= festvox-kal16-*
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 <bsd.port.mk>