Install the documentation into the right directory after r338682.

This commit is contained in:
Raphael Kubo da Costa 2014-02-08 19:53:23 +00:00
parent 5fcb22d809
commit 3c54a5e553
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343377

View file

@ -108,9 +108,8 @@ post-build:
post-install:
.if ${PORT_OPTIONS:MDOCS}
# Install documentation
${MKDIR} ${STAGEDIR}${DOCSDIR}/apidocs/html
cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${DOCSDIR}/apidocs/html/
cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidocs/html/
.endif
.include <bsd.port.mk>