diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile index 9c5f1f97df2c..cbed5b9f1caa 100644 --- a/textproc/java2html/Makefile +++ b/textproc/java2html/Makefile @@ -1,26 +1,27 @@ PORTNAME= java2html PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MASTER_SITES= SUNSITE/apps/www/converters MAINTAINER= mkamm@gmx.net COMMENT= Java sources to HTML converter WWW= http://user.cs.tu-berlin.de/~schintke/x2html/ LICENSE= GPLv2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFLICTS_INSTALL= source-highlight # bin/java2html PORTDOCS= AUTHORS NEWS README -PLIST_FILES= bin/java2html man/man1/java2html.1.gz +PLIST_FILES= bin/java2html share/man/man1/java2html.1.gz OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include