aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 12:56:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 13:15:10 +0000
commitd4142a014042050eb464d69b73a0509eff0d0036 (patch)
tree857778c7628a8359df9be094adce6567adc4e194
parent0f7eb166a69df0cabfcaaf9c72a9c3d938a7842e (diff)
downloadports-d4142a014042050eb464d69b73a0509eff0d0036.tar.gz
ports-d4142a014042050eb464d69b73a0509eff0d0036.zip
www/man2web: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--www/man2web/Makefile5
-rw-r--r--www/man2web/pkg-plist4
2 files changed, 5 insertions, 4 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile
index de020d2ddd72..ed8051500ccc 100644
--- a/www/man2web/Makefile
+++ b/www/man2web/Makefile
@@ -1,6 +1,6 @@
PORTNAME= man2web
PORTVERSION= 0.88
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -13,9 +13,10 @@ 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
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