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:
parent
ea9cf2bcd9
commit
c2ecc0e689
@ -1,6 +1,6 @@
|
|||||||
PORTNAME= cnagios
|
PORTNAME= cnagios
|
||||||
PORTVERSION= 0.33
|
PORTVERSION= 0.33
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= danny@dannywarren.com
|
MAINTAINER= danny@dannywarren.com
|
||||||
@ -26,7 +26,7 @@ CONFLICTS_INSTALL= cnagios-nagios* # bin/cnagios
|
|||||||
|
|
||||||
NAGIOSDIR?= /var/spool/nagios
|
NAGIOSDIR?= /var/spool/nagios
|
||||||
ETCDIR= ${PREFIX}/etc/nagios
|
ETCDIR= ${PREFIX}/etc/nagios
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
|
CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
|
||||||
--with-var-dir="${NAGIOSDIR}" \
|
--with-var-dir="${NAGIOSDIR}" \
|
||||||
--with-status-file="${NAGIOSDIR}/status.dat" \
|
--with-status-file="${NAGIOSDIR}/status.dat" \
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
- $(INSTALL) -c -m 644 cnagios.pl @NAGIOS_ETC_DIR@/cnagios.pl.NEW ; \
|
- $(INSTALL) -c -m 644 cnagios.pl @NAGIOS_ETC_DIR@/cnagios.pl.NEW ; \
|
||||||
- fi
|
- fi
|
||||||
+ $(INSTALL) -c -m 755 cnagios $(DESTDIR)@prefix@/bin/cnagios
|
+ $(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 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.help $(DESTDIR)@NAGIOS_ETC_DIR@/cnagios.help.sample
|
||||||
+ $(INSTALL) -c -m 644 cnagios.pl $(DESTDIR)@NAGIOS_ETC_DIR@/cnagios.pl.sample
|
+ $(INSTALL) -c -m 644 cnagios.pl $(DESTDIR)@NAGIOS_ETC_DIR@/cnagios.pl.sample
|
||||||
|
@ -2,4 +2,4 @@ bin/cnagios
|
|||||||
@sample %%ETCDIR%%/cnagios.help.sample
|
@sample %%ETCDIR%%/cnagios.help.sample
|
||||||
@sample %%ETCDIR%%/cnagios.pl.sample
|
@sample %%ETCDIR%%/cnagios.pl.sample
|
||||||
@sample %%ETCDIR%%/cnagiosrc.sample
|
@sample %%ETCDIR%%/cnagiosrc.sample
|
||||||
man/man1/cnagios.1.gz
|
share/man/man1/cnagios.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user