Skip to content

Commit

Permalink
www/varnish-modules: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 27, 2024
1 parent 02712a5 commit e1aa8c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion www/varnish-modules/Makefile
@@ -1,6 +1,6 @@
PORTNAME= varnish-modules
PORTVERSION= 0.23.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www

MAINTAINER= zi@FreeBSD.org
Expand All @@ -13,6 +13,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils

USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip

Expand Down
16 changes: 8 additions & 8 deletions www/varnish-modules/pkg-plist
Expand Up @@ -6,11 +6,11 @@ lib/varnish/vmods/libvmod_str.so
lib/varnish/vmods/libvmod_var.so
lib/varnish/vmods/libvmod_vsthrottle.so
lib/varnish/vmods/libvmod_xkey.so
man/man3/vmod_accept.3.gz
man/man3/vmod_bodyaccess.3.gz
man/man3/vmod_header.3.gz
man/man3/vmod_saintmode.3.gz
man/man3/vmod_str.3.gz
man/man3/vmod_var.3.gz
man/man3/vmod_vsthrottle.3.gz
man/man3/vmod_xkey.3.gz
share/man/man3/vmod_accept.3.gz
share/man/man3/vmod_bodyaccess.3.gz
share/man/man3/vmod_header.3.gz
share/man/man3/vmod_saintmode.3.gz
share/man/man3/vmod_str.3.gz
share/man/man3/vmod_var.3.gz
share/man/man3/vmod_vsthrottle.3.gz
share/man/man3/vmod_xkey.3.gz

0 comments on commit e1aa8c0

Please sign in to comment.