aboutsummaryrefslogtreecommitdiff
path: root/textproc/c2html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/c2html/Makefile')
-rw-r--r--textproc/c2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile
index 9a6ed6938865..ff2add573883 100644
--- a/textproc/c2html/Makefile
+++ b/textproc/c2html/Makefile
@@ -20,9 +20,9 @@ MAN1= c2html.1
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/c2html
+ @${MKDIR} ${DOCSDIR}
.for file in AUTHORS NEWS README
- ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/c2html
+ ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif