diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:38:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-19 06:38:19 +0000 |
commit | cc7af2f37a905805a04fbb28b405555d32c81712 (patch) | |
tree | 2b4485f01e4f52c14439511f948e69923cabac2d /net-analyzer/mping | |
parent | stable (diff) | |
download | gentoo-2-cc7af2f37a905805a04fbb28b405555d32c81712.tar.gz gentoo-2-cc7af2f37a905805a04fbb28b405555d32c81712.tar.bz2 gentoo-2-cc7af2f37a905805a04fbb28b405555d32c81712.zip |
IUSE
Diffstat (limited to 'net-analyzer/mping')
-rw-r--r-- | net-analyzer/mping/mping-2.0_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/mping/mping-2.0_rc1.ebuild b/net-analyzer/mping/mping-2.0_rc1.ebuild index 77e8742e1794..259c9ddb5e12 100644 --- a/net-analyzer/mping/mping-2.0_rc1.ebuild +++ b/net-analyzer/mping/mping-2.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/mping-2.0_rc1.ebuild,v 1.2 2004/03/21 18:24:53 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mping/mping-2.0_rc1.ebuild,v 1.3 2004/04/19 06:34:31 vapier Exp $ DESCRIPTION="IPv4/6 round-robin multiping client" HOMEPAGE="http://mping.uninett.no" @@ -9,6 +9,7 @@ SRC_URI="http://mping.uninett.no/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc" +IUSE="" src_install() { make install DESTDIR=${D} || die |