diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index 917d1a5d8c7b..ee452820b8c4 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -1,31 +1,32 @@ PORTNAME= libvmod-maxminddb DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= allanjude@FreeBSD.org COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data WWW= https://github.com/simonvik/libvmod_maxminddb LICENSE= BSD2CLAUSE BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb USES= autoreconf compiler:c11 gmake libtool pkgconfig \ python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= scaleengine GH_PROJECT= libvmod_maxminddb USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include diff --git a/www/varnish-libvmod-maxminddb/pkg-plist b/www/varnish-libvmod-maxminddb/pkg-plist index fc172093e720..7001b2e4d25a 100644 --- a/www/varnish-libvmod-maxminddb/pkg-plist +++ b/www/varnish-libvmod-maxminddb/pkg-plist @@ -1,4 +1,4 @@ lib/varnish/vmods/libvmod_maxminddb.so -man/man3/vmod_maxminddb.3.gz +share/man/man3/vmod_maxminddb.3.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.rst