diff options
Diffstat (limited to 'java/langspec')
| -rw-r--r-- | java/langspec/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/langspec/Makefile b/java/langspec/Makefile index dfad8981e0ec..2c532e659c9c 100644 --- a/java/langspec/Makefile +++ b/java/langspec/Makefile @@ -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> |
