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