Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2024 09:11:47 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a6b0c5ac2217 - main - www/varnish-libvmod-redis: Move manpages to share/man
Message-ID:  <202403260911.42Q9Blaf040238@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

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

commit a6b0c5ac22174ead110d0c633a22664b1f98863f
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-26 09:10:11 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-26 09:10:28 +0000

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

diff --git a/www/varnish-libvmod-redis/Makefile b/www/varnish-libvmod-redis/Makefile
index 41df48d77f72..19db6febc5d8 100644
--- a/www/varnish-libvmod-redis/Makefile
+++ b/www/varnish-libvmod-redis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libvmod-redis
 PORTVERSION=	20230915
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
@@ -20,6 +20,7 @@ USES=		autoreconf compiler:c11 gmake libtool pkgconfig \
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static --disable-tls
 INSTALL_TARGET=	install-strip
 DOCSDIR=	${PREFIX}/share/doc/vmod-redis
diff --git a/www/varnish-libvmod-redis/pkg-plist b/www/varnish-libvmod-redis/pkg-plist
index f0db16ef6a54..6b5f0da8d618 100644
--- a/www/varnish-libvmod-redis/pkg-plist
+++ b/www/varnish-libvmod-redis/pkg-plist
@@ -1,4 +1,4 @@
 lib/varnish/vmods/libvmod_redis.so
-man/man3/vmod_redis.3.gz
+share/man/man3/vmod_redis.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/LICENSE
 %%PORTDOCS%%%%DOCSDIR%%/README.rst



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403260911.42Q9Blaf040238>