summaryrefslogtreecommitdiff
path: root/audio/festlex-oald
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:20:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:20:30 +0000
commit010656b776d8ff8d992c882863bb978aa09774f4 (patch)
tree2cf84a78cbbc21596c83a9b9d1305680e382a61d /audio/festlex-oald
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=350377
Diffstat (limited to 'audio/festlex-oald')
-rw-r--r--audio/festlex-oald/Makefile5
1 files 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 <bsd.port.mk>