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
|
USES= zip
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
WRKSRC= ${WRKDIR}
|
NO_WRKSUBDIR= yes
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
.if defined(NOPORTDOCS)
|
.if defined(NOPORTDOCS)
|
||||||
IGNORE= installs *only* documentation, unset NOPORTDOCS
|
IGNORE= installs *only* documentation, unset NOPORTDOCS
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
|
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@${CP} -R ${WRKSRC}/* ${DOCSDIR}
|
@${CP} -R ${WRKSRC}/*.html ${WRKSRC}/*.gif ${WRKSRC}/chars \
|
||||||
|
${STAGEDIR}${DOCSDIR}
|
||||||
@${ECHO} " [ DONE ]"
|
@${ECHO} " [ DONE ]"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue