git: a6b0c5ac2217 - main - www/varnish-libvmod-redis: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 09:11:47 UTC
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