mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix a stage violation
This commit is contained in:
parent
c7687c0688
commit
27e5b850ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364559
@ -85,7 +85,7 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.for i in ${AL_PORTDOCS_SUBDIR}
|
||||
@${MKDIR} ${DOCSDIR}/${i}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${i}
|
||||
(cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i})
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user