mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Resolve conflict with nagios
PR: ports/166573 Reported by: bapt@ Submitted by: Ildar Hizbulin <hizel@vyborg.ru> (maintainer) Feature safe: yes
This commit is contained in:
parent
82f13184e6
commit
2e24d295dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294228
2 changed files with 3 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nagiosgraph
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -68,8 +69,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${NAGIOSWWWDIR}/stylesheets
|
||||
.endfor
|
||||
|
||||
${MV} ${PREFIX}/${NAGIOSWWWDIR}/images/action.gif ${PREFIX}/${NAGIOSWWWDIR}/images/action.gif.bak
|
||||
${INSTALL_DATA} ${WRKSRC}/share/graph.gif ${PREFIX}/${NAGIOSWWWDIR}/images/action.gif
|
||||
${INSTALL_DATA} ${WRKSRC}/share/graph.gif ${PREFIX}/${NAGIOSWWWDIR}/images/action-nagiosgraph.gif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
|
|
|
@ -43,9 +43,7 @@ libexec/%%PORTNAME%%/insert.pl
|
|||
%%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/showhost.cgi
|
||||
%%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/showservice.cgi
|
||||
%%NAGIOSWWWDIR%%/cgi-bin/%%PORTNAME%%/testcolor.cgi
|
||||
@exec mv %D/%%NAGIOSWWWDIR%%%/images/action.gif %D/%%NAGIOSWWWDIR%%/images/action.gif.bak
|
||||
%%NAGIOSWWWDIR%%/images/action.gif
|
||||
@unexec mv %D/%%NAGIOSWWWDIR%%%/images/action.gif.bak %D/%%NAGIOSWWWDIR%%/images/action.gif
|
||||
%%NAGIOSWWWDIR%%/images/action-nagiosgraph.gif
|
||||
%%NAGIOSWWWDIR%%/stylesheets/%%PORTNAME%%.css
|
||||
%%NAGIOSWWWDIR%%/stylesheets/%%PORTNAME%%.js
|
||||
%%NAGIOSWWWDIR%%/stylesheets/%%PORTNAME%%.ssi
|
||||
|
|
Loading…
Add table
Reference in a new issue