diff options
author | 2015-11-18 06:05:23 +0100 | |
---|---|---|
committer | 2015-11-18 06:05:23 +0100 | |
commit | 42e3e5b395d25cc33a25ac3a8f6d3b3828b1cb9f (patch) | |
tree | 667529f9a3a17377749870f384f36aa17a584ba0 /net-analyzer/ndoutils | |
parent | Revert "net-analyzer/ndoutils: Notice the user correct location for broker_mo... (diff) | |
download | gentoo-42e3e5b395d25cc33a25ac3a8f6d3b3828b1cb9f.tar.gz gentoo-42e3e5b395d25cc33a25ac3a8f6d3b3828b1cb9f.tar.bz2 gentoo-42e3e5b395d25cc33a25ac3a8f6d3b3828b1cb9f.zip |
Revert "net-analyzer/ndoutils: Install binaries appropriate to nagios version"
This reverts commit 0336cb25f04561af9be77f97aa1beaceb7347f6a.
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r-- | net-analyzer/ndoutils/ndoutils-2.0.0.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild b/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild index 460c9b7a5cdb..a7285fe8e9fc 100644 --- a/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild +++ b/net-analyzer/ndoutils/ndoutils-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,15 +56,6 @@ DOCS=( src_install() { default - - local itarget - if has_version ">=net-analyzer/nagios-core-4.0" ; then - itarget="install-4x" - else - itarget="install-3x" - fi - - emake -C src DESTDIR="${D}" "${itarget}" emake DESTDIR="${D}" install-config newinitd "${FILESDIR}"/ndo2db.init-nagios3 ndo2db |