Stagify.
This commit is contained in:
parent
2a9230859c
commit
64730c2b08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353848
1 changed files with 4 additions and 4 deletions
|
@ -11,18 +11,18 @@ COMMENT= The Java Language Specification
|
|||
|
||||
USES= zip
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_WRKSUBDIR= yes
|
||||
PORTDOCS= *
|
||||
|
||||
.if defined(NOPORTDOCS)
|
||||
IGNORE= installs *only* documentation, unset NOPORTDOCS
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${CP} -R ${WRKSRC}/* ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${CP} -R ${WRKSRC}/*.html ${WRKSRC}/*.gif ${WRKSRC}/chars \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
@${ECHO} " [ DONE ]"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue