diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-11-04 14:53:52 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-11-04 14:53:52 +0000 |
commit | 0bad3f917875139463eaf1adfcf68ca4a804578d (patch) | |
tree | c0acc98963de09e6ca7d1b90f10e5390b3832f24 /net-analyzer/etherape | |
parent | . (diff) | |
download | gentoo-2-0bad3f917875139463eaf1adfcf68ca4a804578d.tar.gz gentoo-2-0bad3f917875139463eaf1adfcf68ca4a804578d.tar.bz2 gentoo-2-0bad3f917875139463eaf1adfcf68ca4a804578d.zip |
lintool fixes
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/etherape-0.8.2-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild index 614f0075d4ba..183b61a19ec1 100644 --- a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild +++ b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.6 2002/11/04 14:38:45 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.7 2002/11/04 14:53:52 hannes Exp $ -S=${WORKDIR}/${P} +IUSE="nls" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz" HOMEPAGE="http://etherape.sourceforge.net/" @@ -20,7 +20,7 @@ KEYWORDS="x86 ppc sparc sparc64" src_unpack() { unpack ${A} cd ${S} - patch -p1 <${FILESDIR}/etherape-0.8.2-gcc3-gentoo.patch + patch -p1 < ${FILESDIR}/${P}-gcc3-gentoo.patch } src_compile() { @@ -32,12 +32,12 @@ src_compile() { # configure script not listening to libglade-config? CFLAGS="${CFLAGS} `/usr/bin/libglade-config --cflags`" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ ${myconf} || die - emake || die + emake } src_install() { |