diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile
index ccccacf77094..41db684aeaa6 100644
--- a/textproc/c2html/Makefile
+++ b/textproc/c2html/Makefile
@@ -1,23 +1,25 @@
PORTNAME= c2html
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= SUNSITE/apps/www/converters
MAINTAINER= mkamm@gmx.net
COMMENT= C-language sources to HTML converter
WWW= http://user.cs.tu-berlin.de/~schintke/x2html/
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/c2html man/man1/c2html.1.gz
+PLIST_FILES= bin/c2html share/man/man1/c2html.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include