aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-ked8/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:33:13 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:33:13 +0000
commit2079564b57600755df0c80808f6a27cfc4dd4b78 (patch)
tree56a57bfaaa70e62cffb41c4b099a395f24cfcd68 /audio/festvox-ked8/Makefile
parent55ca9f2d35e067af95d5aee2fac408cb318b98d7 (diff)
downloadports-2079564b57600755df0c80808f6a27cfc4dd4b78.tar.gz
ports-2079564b57600755df0c80808f6a27cfc4dd4b78.zip
Support stage
Notes
Notes: svn path=/head/; revision=350384
Diffstat (limited to 'audio/festvox-ked8/Makefile')
-rw-r--r--audio/festvox-ked8/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index 2e9e50d1ec3f..d336a7d75419 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival
CONFLICTS= festvox-ked16-*
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>