- Support staging
This commit is contained in:
parent
e871fb918b
commit
9d2079cf0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328915
2 changed files with 3 additions and 2150 deletions
|
@ -22,14 +22,14 @@ CMAKE_ARGS= -DBINDIR="bin" -DDATADIR="share/flare"
|
|||
LATEST_LINK= flare-rpg
|
||||
|
||||
PORTDOCS= *
|
||||
PORTDATA= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue