aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-don
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:26:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:26:19 +0000
commitf2df8e0068aa974d3224680bd95f00e5fc8e548c (patch)
treeb559c51029b97ff732d53a86d8df645964fff077 /audio/festvox-don
parent0027a1224cd844b1f3dfc23f1f4f5f7497b8c55e (diff)
downloadports-f2df8e0068aa974d3224680bd95f00e5fc8e548c.tar.gz
ports-f2df8e0068aa974d3224680bd95f00e5fc8e548c.zip
Support stage
Notes
Notes: svn path=/head/; revision=350379
Diffstat (limited to 'audio/festvox-don')
-rw-r--r--audio/festvox-don/Makefile5
1 files 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 <bsd.port.mk>