- Stage support
This commit is contained in:
parent
7247394096
commit
3fb34794b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342661
1 changed files with 2 additions and 5 deletions
|
@ -17,13 +17,10 @@ USE_LDCONFIG= yes
|
|||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue