diff --git a/www/man2web/Makefile b/www/man2web/Makefile index de020d2ddd72..ed8051500ccc 100644 --- a/www/man2web/Makefile +++ b/www/man2web/Makefile @@ -1,31 +1,32 @@ 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 PLIST_SUB= CGIDIR="${CGIDIR}" post-extract: ${CP} ${FILESDIR}/freebsd.h ${WRKSRC}/src/section_h/ # default Apache configuration disallows symlinks in cgi-bin post-install: ${LN} -sf ${PREFIX}/${CGIDIR}/man2web ${STAGEDIR}${PREFIX}/bin/man2web .include diff --git a/www/man2web/pkg-plist b/www/man2web/pkg-plist index 473adff61b3b..adf59a29a119 100644 --- a/www/man2web/pkg-plist +++ b/www/man2web/pkg-plist @@ -1,5 +1,5 @@ bin/man2web etc/man2web.conf.default -man/man1/man2web.1.gz -man/man5/man2web.conf.5.gz +share/man/man1/man2web.1.gz +share/man/man5/man2web.conf.5.gz %%CGIDIR%%/man2web