summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-01-13 06:19:37 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-01-13 06:19:37 +0000
commitdd96cf713f7c88a13183c12ae3ef1122f0c3600f (patch)
treee1d5479ab0a9cdbce1679d3e8336bbe488ad541c /net-analyzer/netwox
parentinitial ebuild (Manifest recommit) (diff)
downloadgentoo-2-dd96cf713f7c88a13183c12ae3ef1122f0c3600f.tar.gz
gentoo-2-dd96cf713f7c88a13183c12ae3ef1122f0c3600f.tar.bz2
gentoo-2-dd96cf713f7c88a13183c12ae3ef1122f0c3600f.zip
QA fix - man file in wrong dir. Corrected number of tools included to 212 as per web
Diffstat (limited to 'net-analyzer/netwox')
-rw-r--r--net-analyzer/netwox/ChangeLog6
-rw-r--r--net-analyzer/netwox/netwox-5.28.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/netwox/ChangeLog b/net-analyzer/netwox/ChangeLog
index 61cab4863f68..25b339542bbd 100644
--- a/net-analyzer/netwox/ChangeLog
+++ b/net-analyzer/netwox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/netwox
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.9 2005/01/13 05:51:50 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.10 2005/01/13 06:19:37 dragonheart Exp $
+
+ 13 Jan 2005; Daniel Black <dragonheart@gentoo.org> netwox-5.28.0.ebuild:
+ QA fix - man file in wrong dir. Corrected number of tools included to 212 as
+ per web page
*netwox-5.28.0 (13 Jan 2005)
diff --git a/net-analyzer/netwox/netwox-5.28.0.ebuild b/net-analyzer/netwox/netwox-5.28.0.ebuild
index 213786134952..fb1ee3be80c2 100644
--- a/net-analyzer/netwox/netwox-5.28.0.ebuild
+++ b/net-analyzer/netwox/netwox-5.28.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.28.0.ebuild,v 1.1 2005/01/13 05:51:50 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.28.0.ebuild,v 1.2 2005/01/13 06:19:37 dragonheart Exp $
inherit toolchain-funcs
-DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks"
+DESCRIPTION="Toolbox of 212 utilities for testing Ethernet/IP networks"
HOMEPAGE="http://www.laurentconstantin.com/en/netw/netwox/"
SRC_URI="http://www.laurentconstantin.com/common/netw/${PN}/download/v${PV/.*}/${P}-src.tgz"
@@ -36,5 +36,5 @@ src_compile() {
src_install() {
dodoc README.TXT doc/*.txt
cd src
- make install CC=$(tc-getCC) DESTDIR=${D} || die
+ make install CC=$(tc-getCC) INSTMAN1=${D}/usr/share/man/man1 DESTDIR=${D} || die
}