1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net-mgmt/cnagios: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 23:13:09 +01:00
parent ea9cf2bcd9
commit c2ecc0e689
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= cnagios
PORTVERSION= 0.33
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= danny@dannywarren.com
@ -26,7 +26,7 @@ CONFLICTS_INSTALL= cnagios-nagios* # bin/cnagios
NAGIOSDIR?= /var/spool/nagios
ETCDIR= ${PREFIX}/etc/nagios
GNU_CONFIGURE= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
--with-var-dir="${NAGIOSDIR}" \
--with-status-file="${NAGIOSDIR}/status.dat" \

View File

@ -38,7 +38,7 @@
- $(INSTALL) -c -m 644 cnagios.pl @NAGIOS_ETC_DIR@/cnagios.pl.NEW ; \
- fi
+ $(INSTALL) -c -m 755 cnagios $(DESTDIR)@prefix@/bin/cnagios
+ $(INSTALL) -c -m 444 cnagios.1 $(DESTDIR)@prefix@/man/man1/cnagios.1
+ $(INSTALL) -c -m 444 cnagios.1 $(DESTDIR)@prefix@/share/man/man1/cnagios.1
+ $(INSTALL) -c -m 644 cnagiosrc $(DESTDIR)@NAGIOS_ETC_DIR@/cnagiosrc.sample
+ $(INSTALL) -c -m 644 cnagios.help $(DESTDIR)@NAGIOS_ETC_DIR@/cnagios.help.sample
+ $(INSTALL) -c -m 644 cnagios.pl $(DESTDIR)@NAGIOS_ETC_DIR@/cnagios.pl.sample

View File

@ -2,4 +2,4 @@ bin/cnagios
@sample %%ETCDIR%%/cnagios.help.sample
@sample %%ETCDIR%%/cnagios.pl.sample
@sample %%ETCDIR%%/cnagiosrc.sample
man/man1/cnagios.1.gz
share/man/man1/cnagios.1.gz