mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
www/varnish-modules: Move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
02712a5bc6
commit
e1aa8c0fc9
2 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= varnish-modules
|
PORTNAME= varnish-modules
|
||||||
PORTVERSION= 0.23.0
|
PORTVERSION= 0.23.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
MAINTAINER= zi@FreeBSD.org
|
MAINTAINER= zi@FreeBSD.org
|
||||||
|
@ -13,6 +13,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils
|
||||||
|
|
||||||
USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7
|
USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --disable-static
|
CONFIGURE_ARGS= --disable-static
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,11 @@ lib/varnish/vmods/libvmod_str.so
|
||||||
lib/varnish/vmods/libvmod_var.so
|
lib/varnish/vmods/libvmod_var.so
|
||||||
lib/varnish/vmods/libvmod_vsthrottle.so
|
lib/varnish/vmods/libvmod_vsthrottle.so
|
||||||
lib/varnish/vmods/libvmod_xkey.so
|
lib/varnish/vmods/libvmod_xkey.so
|
||||||
man/man3/vmod_accept.3.gz
|
share/man/man3/vmod_accept.3.gz
|
||||||
man/man3/vmod_bodyaccess.3.gz
|
share/man/man3/vmod_bodyaccess.3.gz
|
||||||
man/man3/vmod_header.3.gz
|
share/man/man3/vmod_header.3.gz
|
||||||
man/man3/vmod_saintmode.3.gz
|
share/man/man3/vmod_saintmode.3.gz
|
||||||
man/man3/vmod_str.3.gz
|
share/man/man3/vmod_str.3.gz
|
||||||
man/man3/vmod_var.3.gz
|
share/man/man3/vmod_var.3.gz
|
||||||
man/man3/vmod_vsthrottle.3.gz
|
share/man/man3/vmod_vsthrottle.3.gz
|
||||||
man/man3/vmod_xkey.3.gz
|
share/man/man3/vmod_xkey.3.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue