aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-russian
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:34:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:34:47 +0000
commitcc561bcda964ce8fee055f69efd117d52c7a4217 (patch)
tree34dcabc45da15d920654c65466b37b013aef2643 /audio/festvox-russian
parent109305c0629b1924b9c4135e19f60dbe381abfd9 (diff)
downloadports-cc561bcda964ce8fee055f69efd117d52c7a4217.tar.gz
ports-cc561bcda964ce8fee055f69efd117d52c7a4217.zip
Support stage
Notes
Notes: svn path=/head/; revision=350387
Diffstat (limited to 'audio/festvox-russian')
-rw-r--r--audio/festvox-russian/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-russian/Makefile b/audio/festvox-russian/Makefile
index 062c6192241d..ece5fa8cddeb 100644
--- a/audio/festvox-russian/Makefile
+++ b/audio/festvox-russian/Makefile
@@ -21,7 +21,6 @@ USE_BZIP2= YES
WRKSRC= ${WRKDIR}/msu_ru_nsh_clunits
NO_BUILD= yes
-NO_STAGE= yes
FHOME= ${PREFIX}/share/festival/lib/voices/russian/msu_ru_nsh_clunits
@@ -30,7 +29,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>