This commit is contained in:
Alex Dupre 2014-05-12 15:56:57 +00:00
parent 2a9230859c
commit 64730c2b08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353848

View file

@ -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>