Fix port installation

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2010-01-11 01:45:54 +00:00
parent 7639eebb69
commit 1534deb135
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247561

View file

@ -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}/{}" \; && \