Skip to content

Commit

Permalink
net-mgmt/zabbix64-server: Move manpages to PREFIX/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajlutter committed Feb 7, 2024
1 parent 25bfaa2 commit b7a9909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion net-mgmt/zabbix64-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zabbix64
DISTVERSION= 6.4.11
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/
PKGNAMESUFFIX?= -server
Expand Down Expand Up @@ -51,6 +51,7 @@ SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD}

MAKE_ARGS+= ARCH=freebsd
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --datadir=${ETCDIR} \
--enable-${ZABBIX_BUILD} \
--sysconfdir=${ETCDIR} \
Expand Down
2 changes: 1 addition & 1 deletion net-mgmt/zabbix64-server/pkg-plist
Expand Up @@ -34,7 +34,7 @@
%%SERVER%%bin/zabbix_js
%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d
%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts
man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz
share/man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz
sbin/zabbix_%%ZABBIX_BUILD%%
@dir %%ETCDIR%%/zabbix/externalscripts
@dir lib/modules
6 changes: 3 additions & 3 deletions net-mgmt/zabbix64-server/pkg-plist.agent
@@ -1,9 +1,9 @@
@sample %%ETCDIR%%/zabbix_agentd.conf.sample
bin/zabbix_get
bin/zabbix_sender
man/man1/zabbix_get.1.gz
man/man1/zabbix_sender.1.gz
man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz
share/man/man1/zabbix_get.1.gz
share/man/man1/zabbix_sender.1.gz
share/man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz
sbin/zabbix_agentd
@dir %%ETCDIR%%/zabbix_agentd.conf.d
@dir lib/modules

0 comments on commit b7a9909

Please sign in to comment.