Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-06 17:33:13 +00:00
parent 55ca9f2d35
commit 2079564b57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350384

View file

@ -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>