mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Support STAGEDIR
PR: ports/188462 Submitted by: Bartek Rutkowski <ports at robakdesign.com>
This commit is contained in:
parent
2dd0a1edeb
commit
bcf885b42a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353083
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ LICENSE= LGPL21
|
|||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
@ -33,8 +32,8 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue