mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
net-mgmt/zabbix6-server: Move manpages to PREFIX/share/man
This commit is contained in:
parent
b749a84a63
commit
25bfaa2a83
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= zabbix6
|
PORTNAME= zabbix6
|
||||||
DISTVERSION= 6.0.26
|
DISTVERSION= 6.0.26
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
|
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
|
||||||
PKGNAMESUFFIX?= -server
|
PKGNAMESUFFIX?= -server
|
||||||
|
@ -53,6 +53,7 @@ SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD}
|
||||||
|
|
||||||
MAKE_ARGS+= ARCH=freebsd
|
MAKE_ARGS+= ARCH=freebsd
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ARGS+= --datadir=${ETCDIR} \
|
CONFIGURE_ARGS+= --datadir=${ETCDIR} \
|
||||||
--enable-${ZABBIX_BUILD} \
|
--enable-${ZABBIX_BUILD} \
|
||||||
--sysconfdir=${ETCDIR} \
|
--sysconfdir=${ETCDIR} \
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
%%SERVER%%bin/zabbix_js
|
%%SERVER%%bin/zabbix_js
|
||||||
%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d
|
%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d
|
||||||
%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts
|
%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts
|
||||||
man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz
|
share/man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz
|
||||||
sbin/zabbix_%%ZABBIX_BUILD%%
|
sbin/zabbix_%%ZABBIX_BUILD%%
|
||||||
@dir %%ETCDIR%%/zabbix/externalscripts
|
@dir %%ETCDIR%%/zabbix/externalscripts
|
||||||
@dir lib/modules
|
@dir lib/modules
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
@sample %%ETCDIR%%/zabbix_agentd.conf.sample
|
@sample %%ETCDIR%%/zabbix_agentd.conf.sample
|
||||||
bin/zabbix_get
|
bin/zabbix_get
|
||||||
bin/zabbix_sender
|
bin/zabbix_sender
|
||||||
man/man1/zabbix_get.1.gz
|
share/man/man1/zabbix_get.1.gz
|
||||||
man/man1/zabbix_sender.1.gz
|
share/man/man1/zabbix_sender.1.gz
|
||||||
man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz
|
share/man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz
|
||||||
sbin/zabbix_agentd
|
sbin/zabbix_agentd
|
||||||
@dir %%ETCDIR%%/zabbix_agentd.conf.d
|
@dir %%ETCDIR%%/zabbix_agentd.conf.d
|
||||||
@dir lib/modules
|
@dir lib/modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue