mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Support stage
This commit is contained in:
parent
90e996336f
commit
96e2d68092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350382
@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/festival
|
|||||||
CONFLICTS= festvox-kal16-*
|
CONFLICTS= festvox-kal16-*
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
FHOME= ${PREFIX}/share/festival
|
FHOME= ${PREFIX}/share/festival
|
||||||
|
|
||||||
@ -31,7 +30,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>
|
||||||
|
Loading…
Reference in New Issue
Block a user