diff options
author | edwin <edwin@FreeBSD.org> | 2007-07-05 06:19:49 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-07-05 06:19:49 +0000 |
commit | db5779b4a1fa25301797e1daf726d38419f653bb (patch) | |
tree | ba171bd87dc69cb76ed58a732aa6493364a52856 /net-mgmt/nagiosgraph | |
parent | 92cae7579b227803022a839132e524833b7a9aea (diff) | |
download | FreeBSD-ports-db5779b4a1fa25301797e1daf726d38419f653bb.zip FreeBSD-ports-db5779b4a1fa25301797e1daf726d38419f653bb.tar.gz |
First steps in a big migration:
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net-mgmt/nagiosgraph')
-rw-r--r-- | net-mgmt/nagiosgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index 0464a4b..9b51193 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -16,7 +16,7 @@ MAINTAINER= dsh@vlink.ru COMMENT= Generate rrdtool\'s graphs by performance data from nagios plugins RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool + ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool USE_PERL5_RUN= yes NO_BUILD= yes |