aboutsummaryrefslogtreecommitdiff
path: root/www/man2web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/man2web/Makefile')
-rw-r--r--www/man2web/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile
index eb04fd4327e3..ed8051500ccc 100644
--- a/www/man2web/Makefile
+++ b/www/man2web/Makefile
@@ -1,20 +1,22 @@
PORTNAME= man2web
PORTVERSION= 0.88
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert man pages to HTML
+WWW= https://man2web.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/GPL
USES= cpe
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \
--sysconfdir="${PREFIX}/etc" \
- --with-manpath=/usr/share/man:${LOCALBASE}/man \
+ --with-manpath=/usr/share/man:${LOCALBASE}/share/man \
--with-distro=freebsd --enable-lynx
CGIDIR= www/cgi-bin