mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
337382f69a
commit
010656b776
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350377
@ -20,7 +20,6 @@ RESTRICTED= No commercial use
|
||||
WRKSRC= ${WRKDIR}/festival
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_STAGE= yes
|
||||
|
||||
FHOME= ${PREFIX}/share/festival
|
||||
|
||||
@ -29,7 +28,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>
|
||||
|
Loading…
Reference in New Issue
Block a user