--- gmime26/Makefile 2013-09-20 20:59:12.000000000 +0100 +++ gmime26/Makefile 2013-11-14 12:08:54.000000000 +0000 @@ -35,7 +35,6 @@ OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include post-patch: @@ -46,9 +45,9 @@ PORTDOCS= * post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in docs/reference/html/* - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif