aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-27 08:28:14 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-27 08:28:14 +0000
commite1aa8c0fc9fc6af29bbc4dac46a03dc46429a47c (patch)
tree86e7ded41d729e5cf1afa520744aa4c2f050f86e
parent02712a5bc65e87616c321b0678d40ba3d4688df2 (diff)
downloadports-e1aa8c0fc9fc6af29bbc4dac46a03dc46429a47c.tar.gz
ports-e1aa8c0fc9fc6af29bbc4dac46a03dc46429a47c.zip
www/varnish-modules: Move manpages to share/man
Approved by: portmgr (blanket)
-rw-r--r--www/varnish-modules/Makefile3
-rw-r--r--www/varnish-modules/pkg-plist16
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