mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
PR: 190016 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer
This commit is contained in:
parent
8c56d36ef5
commit
4cec7f4be5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355123
@ -23,7 +23,6 @@ NO_BUILD= yes
|
||||
USE_PERL5= run
|
||||
USE_APACHE_RUN= 22+
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
@ -37,8 +36,8 @@ pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${WWWDIR}/
|
||||
@ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}/
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}/
|
||||
@ cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} ""
|
||||
|
Loading…
Reference in New Issue
Block a user