mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
PR: 189967
This commit is contained in:
parent
0d794ab26c
commit
7ef0c85f65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356773
@ -20,10 +20,9 @@ USE_APACHE_RUN= 22+
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}/
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}/
|
||||
@cd ${WRKSRC}; ${FIND} . \
|
||||
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user