Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2024 19:03:25 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: 33d749b94caf - main - www/varnish-ip2proxy: Move manpages to share/man
Message-ID:  <202403261903.42QJ3PkZ041079@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=33d749b94caf5bd7a503693e61b1fbfc06d38de7

commit 33d749b94caf5bd7a503693e61b1fbfc06d38de7
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-26 19:01:46 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-26 19:02:06 +0000

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

diff --git a/www/varnish-ip2proxy/Makefile b/www/varnish-ip2proxy/Makefile
index dd4edbc76517..96d7108c847d 100644
--- a/www/varnish-ip2proxy/Makefile
+++ b/www/varnish-ip2proxy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ip2proxy
 PORTVERSION=	1.2.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
@@ -18,6 +18,7 @@ USES=		autoreconf:build libtool pkgconfig python:build varnish:7
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 INSTALL_TARGET=	install-strip
 DOCSDIR=	${PREFIX}/share/doc/vmod-dynamic
diff --git a/www/varnish-ip2proxy/pkg-plist b/www/varnish-ip2proxy/pkg-plist
index 88e698e74db0..f5c6450ab10f 100644
--- a/www/varnish-ip2proxy/pkg-plist
+++ b/www/varnish-ip2proxy/pkg-plist
@@ -1,4 +1,4 @@
 lib/varnish/vmods/libvmod_ip2proxy.so
-man/man3/vmod_ip2proxy.3.gz
 share/doc/libvmod-ip2proxy/LICENSE
 share/doc/libvmod-ip2proxy/README.rst
+share/man/man3/vmod_ip2proxy.3.gz



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