diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-12 23:16:17 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-12-12 23:16:17 +0000 |
commit | 8c247bae4e0c4e54897bbcd83ff1287a0fe84189 (patch) | |
tree | 51a2b44609efa9f6cc2b14ffdee5c1347108cc3b /net-analyzer | |
parent | fixed configure not liking --host problem (diff) | |
download | historical-8c247bae4e0c4e54897bbcd83ff1287a0fe84189.tar.gz historical-8c247bae4e0c4e54897bbcd83ff1287a0fe84189.tar.bz2 historical-8c247bae4e0c4e54897bbcd83ff1287a0fe84189.zip |
linking fix
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.9.8.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.9.8.ebuild b/net-analyzer/ethereal/ethereal-0.9.8.ebuild index d11c2a5fa26e..f996d7b21525 100644 --- a/net-analyzer/ethereal/ethereal-0.9.8.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.8.ebuild,v 1.1 2002/12/11 23:17:36 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.8.ebuild,v 1.2 2002/12/12 23:16:17 bcowan Exp $ IUSE="gtk ipv6 snmp ssl gtk2" @@ -25,7 +25,6 @@ DEPEND="${RDEPEND} >=net-libs/libpcap-0.7.1" src_unpack() { - unpack ${A} cd ${S} @@ -67,11 +66,8 @@ src_compile() { src_install() { dodir /usr/lib/ethereal/plugins/${PV} - einstall \ - datadir=${D}/usr/share \ - sysconfdir=${D}/etc/ethereal \ - plugindir=${D}/usr/lib/ethereal/plugins/${PV} || die - + make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO } |