Date: Wed, 27 Mar 2024 08:25:45 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: 02712a5bc65e - main - www/varnish-libvmod-geoip2: Move manpages to share/man Message-ID: <202403270825.42R8PjAd095800@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=02712a5bc65e87616c321b0678d40ba3d4688df2 commit 02712a5bc65e87616c321b0678d40ba3d4688df2 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-27 08:24:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-27 08:24:09 +0000 www/varnish-libvmod-geoip2: Move manpages to share/man Approved by: portmgr (blanket) --- www/varnish-libvmod-geoip2/Makefile | 3 ++- www/varnish-libvmod-geoip2/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www/varnish-libvmod-geoip2/Makefile b/www/varnish-libvmod-geoip2/Makefile index 24f62dc19108..1a72b90e5c86 100644 --- a/www/varnish-libvmod-geoip2/Makefile +++ b/www/varnish-libvmod-geoip2/Makefile @@ -1,6 +1,6 @@ PORTNAME= libvmod-geoip2 PORTVERSION= 20230405 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -22,6 +22,7 @@ GH_TAGNAME= ee5f049 USE_LDCONFIG= ${PREFIX}/lib/varnish/vmods GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/www/varnish-libvmod-geoip2/pkg-plist b/www/varnish-libvmod-geoip2/pkg-plist index 3582cb8e2820..2e20918b5d7c 100644 --- a/www/varnish-libvmod-geoip2/pkg-plist +++ b/www/varnish-libvmod-geoip2/pkg-plist @@ -1,3 +1,3 @@ lib/varnish/vmods/libvmod_geoip2.so -man/man3/vmod_geoip2.3.gz +share/man/man3/vmod_geoip2.3.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403270825.42R8PjAd095800>