summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-02-24 21:51:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-02-24 21:51:10 +0000
commitff6e3c866bbe68ea035b7037a4efbb0a87ff69da (patch)
treee2c5f90d7cfd3c516481ad7bb7dc1b8a88bf11cf /net-analyzer/snort
parentRestructured profile inheritance for hardened/linux/amd64, hardened/linux/ia6... (diff)
downloadgentoo-2-ff6e3c866bbe68ea035b7037a4efbb0a87ff69da.tar.gz
gentoo-2-ff6e3c866bbe68ea035b7037a4efbb0a87ff69da.tar.bz2
gentoo-2-ff6e3c866bbe68ea035b7037a4efbb0a87ff69da.zip
whitespace
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r--net-analyzer/snort/snort-2.9.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/snort/snort-2.9.0.4.ebuild b/net-analyzer/snort/snort-2.9.0.4.ebuild
index bcaeecfffafc..d6359bbd692e 100644
--- a/net-analyzer/snort/snort-2.9.0.4.ebuild
+++ b/net-analyzer/snort/snort-2.9.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.4.ebuild,v 1.1 2011/02/24 17:31:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.4.ebuild,v 1.2 2011/02/24 21:51:10 mr_bones_ Exp $
EAPI="2"
inherit eutils autotools multilib
@@ -124,7 +124,7 @@ src_install() {
|| die "Failed to create core directories"
# config.log and build.log are needed by Sourcefire
- # to trouble shoot build problems and bug reports so we are
+ # to trouble shoot build problems and bug reports so we are
# perserving them incase the user needs upstream support.
dodoc RELEASE.NOTES ChangeLog \
doc/* \
@@ -163,7 +163,7 @@ src_install() {
newconfd "${FILESDIR}/snort.confd" snort || die "Failed to install snort confd file"
# Sourcefire uses Makefiles to install docs causing Bug #297190.
- # This removes the unwanted doc directory and rogue Makefiles.
+ # This removes the unwanted doc directory and rogue Makefiles.
rm -rf "${D}"usr/share/doc/snort || die "Failed to remove SF doc directories"
rm "${D}"usr/share/doc/"${PF}"/Makefile* || die "Failed to remove doc make files"