Fix port installation
This commit is contained in:
parent
7639eebb69
commit
1534deb135
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247561
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ do-install:
|
|||
# doc
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme*.html ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/installer/resources/readme/readme*.html ${DOCSDIR}
|
||||
# line taken from textproc/xerces-j maintained by hq@FreeBSD.org
|
||||
@cd ${JAVADOC_WRKSRC} && \
|
||||
${FIND} * -type d -exec ${MKDIR} "${DOCSDIR}/{}" \; && \
|
||||
|
|
Loading…
Reference in a new issue