summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 23:40:14 +0000
commit081020c6d8b00f2750190600c12379ea601be8f5 (patch)
treeecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/fwlogwatch
parentheader fix (diff)
downloadgentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2
gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip
whitespace cleanup
Diffstat (limited to 'net-analyzer/fwlogwatch')
-rw-r--r--net-analyzer/fwlogwatch/Manifest2
-rw-r--r--net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/fwlogwatch/Manifest b/net-analyzer/fwlogwatch/Manifest
index df2e78ce4667..098e84a952be 100644
--- a/net-analyzer/fwlogwatch/Manifest
+++ b/net-analyzer/fwlogwatch/Manifest
@@ -1,5 +1,5 @@
MD5 cd870b0fe2b51950cbe1fe2e5cb7d089 ChangeLog 1033
MD5 629e5241cdf4a8bf11a8e828dbc0d72f fwlogwatch-0.9.3.ebuild 1112
-MD5 ee899713c43a24804c97022c6c980f87 fwlogwatch-0.9.2.ebuild 948
+MD5 9a347876b47b2ca01a76a41b56c80016 fwlogwatch-0.9.2.ebuild 950
MD5 d6bcf04d65c71ea5420636851372769a files/digest-fwlogwatch-0.9.3 67
MD5 eb2d303a0740438e209fee7e65724267 files/digest-fwlogwatch-0.9.2 67
diff --git a/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild b/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild
index 0414e9228130..04f97b41681f 100644
--- a/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild
+++ b/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild,v 1.2 2003/06/23 22:34:40 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-0.9.2.ebuild,v 1.3 2003/09/05 23:40:08 msterret Exp $
DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://cert.uni-stuttgart.de/projects/fwlogwatch/"
@@ -13,7 +13,7 @@ RDEPEND=""
src_compile() {
sed -e "s/^CFLAGS = /CFLAGS = ${CFLAGS} /g" Makefile > ${T}/Makefile.fwlogwatch
mv -f ${T}/Makefile.fwlogwatch Makefile
- emake || die
+ emake || die
}
src_install() {
@@ -27,7 +27,7 @@ src_install() {
doins contrib/fwlogwatch.php
doins contrib
insinto /etc
- doins fwlogwatch.config fwlogwatch.template
+ doins fwlogwatch.config fwlogwatch.template
dodoc AUTHORS ChangeLog CREDITS COPYING README
doman fwlogwatch.8
}