Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 09:05:31 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: 86a8b0260893 - main - www/varnish-libvmod-digest: Move manpages to share/man
Message-ID:  <202403270905.42R95VfW066585@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=86a8b02608931ed21c28581d2caf3199950621ec

commit 86a8b02608931ed21c28581d2caf3199950621ec
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-27 09:03:44 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-27 09:03:44 +0000

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

diff --git a/www/varnish-libvmod-digest/Makefile b/www/varnish-libvmod-digest/Makefile
index b341da066006..2fe139aadcff 100644
--- a/www/varnish-libvmod-digest/Makefile
+++ b/www/varnish-libvmod-digest/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libvmod-digest
 DISTVERSION=	1.0.2-6
 DISTVERSIONSUFFIX=	-g1793bea
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
@@ -21,6 +21,7 @@ GH_ACCOUNT=	varnish
 USE_LDCONFIG=	${PREFIX}/lib/varnach/vmods
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 
 INSTALL_TARGET=	install-strip
diff --git a/www/varnish-libvmod-digest/pkg-plist b/www/varnish-libvmod-digest/pkg-plist
index c767f41ee4e4..808e61025e92 100644
--- a/www/varnish-libvmod-digest/pkg-plist
+++ b/www/varnish-libvmod-digest/pkg-plist
@@ -1,4 +1,4 @@
 lib/varnish/vmods/libvmod_digest.so
-man/man3/vmod_digest.3.gz
+share/man/man3/vmod_digest.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?202403270905.42R95VfW066585>