mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
net-mgmt/argus3: Impelled to share/man
This commit is contained in:
parent
7150eb4cb2
commit
1c78a9dd59
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= argus
|
PORTNAME= argus
|
||||||
PORTVERSION= 3.0.8.2
|
PORTVERSION= 3.0.8.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt security
|
CATEGORIES= net-mgmt security
|
||||||
MASTER_SITES= http://qosient.com/argus/src/ \
|
MASTER_SITES= http://qosient.com/argus/src/ \
|
||||||
ftp://qosient.com/pub/argus/src/
|
ftp://qosient.com/pub/argus/src/
|
||||||
|
@ -39,8 +39,8 @@ do-install:
|
||||||
.for i in argus-lsof argus-snmp argus-vmstat argusbug
|
.for i in argus-lsof argus-snmp argus-vmstat argusbug
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}${PREFIX}/bin/$i
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${STAGEDIR}${PREFIX}/bin/$i
|
||||||
.endfor
|
.endfor
|
||||||
${INSTALL_MAN} ${WRKSRC}/man/man5/argus.conf.5 ${STAGEDIR}${PREFIX}/man/man5/
|
${INSTALL_MAN} ${WRKSRC}/man/man5/argus.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/
|
||||||
${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${STAGEDIR}${PREFIX}/man/man8/
|
${INSTALL_MAN} ${WRKSRC}/man/man8/argus.8 ${STAGEDIR}${PREFIX}/share/man/man8/
|
||||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/Archive ${STAGEDIR}${EXAMPLESDIR}/Config \
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/Archive ${STAGEDIR}${EXAMPLESDIR}/Config \
|
||||||
${STAGEDIR}${EXAMPLESDIR}/Deployment ${STAGEDIR}${EXAMPLESDIR}/Startup \
|
${STAGEDIR}${EXAMPLESDIR}/Deployment ${STAGEDIR}${EXAMPLESDIR}/Startup \
|
||||||
${STAGEDIR}${EXAMPLESDIR}/System
|
${STAGEDIR}${EXAMPLESDIR}/System
|
||||||
|
|
|
@ -4,8 +4,8 @@ bin/argus-snmp
|
||||||
bin/argus-vmstat
|
bin/argus-vmstat
|
||||||
bin/argusbug
|
bin/argusbug
|
||||||
sbin/argus
|
sbin/argus
|
||||||
man/man5/argus.conf.5.gz
|
share/man/man5/argus.conf.5.gz
|
||||||
man/man8/argus.8.gz
|
share/man/man8/argus.8.gz
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Archive/argusarchive
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Archive/argusarchive
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Config/argus.conf
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Config/argus.conf
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Deployment/sample
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Deployment/sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue