aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-kal8
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:29:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-06 17:29:51 +0000
commit96e2d68092d03de27e5d9f928c5013d31d7a1cb6 (patch)
tree3816902dd0dd1e3cabbb78fccfcbe1583adbb037 /audio/festvox-kal8
parent90e996336f40f9532b1585d6a5dd53deb57a0b9a (diff)
downloadports-96e2d68092d03de27e5d9f928c5013d31d7a1cb6.tar.gz
ports-96e2d68092d03de27e5d9f928c5013d31d7a1cb6.zip
Notes
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>