1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-04-06 17:26:19 +00:00
parent 0027a1224c
commit f2df8e0068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350379

View File

@ -20,7 +20,6 @@ ${LOCALBASE}/share/festival/lib/dicts/oald/oaldlex.scm:${PORTSDIR}/audio/festlex
WRKSRC= ${WRKDIR}/festival WRKSRC= ${WRKDIR}/festival
NO_BUILD= yes NO_BUILD= yes
NO_STAGE= yes
FHOME= ${PREFIX}/share/festival FHOME= ${PREFIX}/share/festival
@ -29,7 +28,7 @@ post-extract:
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
do-install: do-install:
${MKDIR} ${FHOME} @${MKDIR} ${STAGEDIR}${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME} cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FHOME}
.include <bsd.port.mk> .include <bsd.port.mk>