diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-11 15:43:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-11 15:43:01 +0000 |
commit | bc856087aacb52ae06e7f34e6a16b852ac87068a (patch) | |
tree | 04fec6fe40b4ea4521b192374c472b3d2bdb1346 /net-analyzer/hping | |
parent | whitespace (diff) | |
download | gentoo-2-bc856087aacb52ae06e7f34e6a16b852ac87068a.tar.gz gentoo-2-bc856087aacb52ae06e7f34e6a16b852ac87068a.tar.bz2 gentoo-2-bc856087aacb52ae06e7f34e6a16b852ac87068a.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/hping-3_pre20051105-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/hping/hping-3_pre20051105-r2.ebuild b/net-analyzer/hping/hping-3_pre20051105-r2.ebuild index eef813b96908..dac37b9a54b4 100644 --- a/net-analyzer/hping/hping-3_pre20051105-r2.ebuild +++ b/net-analyzer/hping/hping-3_pre20051105-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r2.ebuild,v 1.1 2010/05/11 04:08:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r2.ebuild,v 1.2 2010/05/11 15:43:01 mr_bones_ Exp $ EAPI="2" @@ -37,7 +37,7 @@ src_prepare() { -e 's:/usr/local/lib:/usr/$(LIBDIR):g' \ -e 's:-O2:$(CFLAGS):' \ || die "sed Makefile.in failed" - + # Change name from hping2 to hping3 sed -i docs/hping3.8 \ -e 's|HPING2|HPING|g' \ |