git: e1aa8c0fc9fc - main - www/varnish-modules: Move manpages to share/man

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Wed, 27 Mar 2024 08:29:50 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1aa8c0fc9fc6af29bbc4dac46a03dc46429a47c

commit e1aa8c0fc9fc6af29bbc4dac46a03dc46429a47c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-27 08:28:14 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-27 08:28:14 +0000

    www/varnish-modules: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 www/varnish-modules/Makefile  |  3 ++-
 www/varnish-modules/pkg-plist | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/www/varnish-modules/Makefile b/www/varnish-modules/Makefile
index 418ead241b1e..8a8ca81e1bf1 100644
--- a/www/varnish-modules/Makefile
+++ b/www/varnish-modules/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	varnish-modules
 PORTVERSION=	0.23.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 
 MAINTAINER=	zi@FreeBSD.org
@@ -13,6 +13,7 @@ BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
 USES=		autoreconf:build gmake libtool pkgconfig python:build varnish:7
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 INSTALL_TARGET=	install-strip
 
diff --git a/www/varnish-modules/pkg-plist b/www/varnish-modules/pkg-plist
index a7ce95c4dd4c..3a51dfff66ad 100644
--- a/www/varnish-modules/pkg-plist
+++ b/www/varnish-modules/pkg-plist
@@ -6,11 +6,11 @@ lib/varnish/vmods/libvmod_str.so
 lib/varnish/vmods/libvmod_var.so
 lib/varnish/vmods/libvmod_vsthrottle.so
 lib/varnish/vmods/libvmod_xkey.so
-man/man3/vmod_accept.3.gz
-man/man3/vmod_bodyaccess.3.gz
-man/man3/vmod_header.3.gz
-man/man3/vmod_saintmode.3.gz
-man/man3/vmod_str.3.gz
-man/man3/vmod_var.3.gz
-man/man3/vmod_vsthrottle.3.gz
-man/man3/vmod_xkey.3.gz
+share/man/man3/vmod_accept.3.gz
+share/man/man3/vmod_bodyaccess.3.gz
+share/man/man3/vmod_header.3.gz
+share/man/man3/vmod_saintmode.3.gz
+share/man/man3/vmod_str.3.gz
+share/man/man3/vmod_var.3.gz
+share/man/man3/vmod_vsthrottle.3.gz
+share/man/man3/vmod_xkey.3.gz