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,37 +1,38 @@ PORTNAME= ip2proxy PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www PKGNAMEPREFIX= varnish- MAINTAINER= zi@FreeBSD.org COMMENT= Varnish Module (vmod) for ip2proxy WWW= https://github.com/ip2location/IP2Proxy-Varnish LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libIP2Proxy.so:net/ip2proxy BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} 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 MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${WRKSRC}/src USE_GITHUB= yes GH_ACCOUNT= ip2location GH_PROJECT= ${PORTNAME}-varnish OPTIONS_DEFINE= DOCS pre-configure: (cd ${WRKSRC} && ${SH} ./autogen.sh) .include 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