summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:40:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 23:40:14 +0000
commit51b3927648f41771ee9c6e7d37c843373ecab637 (patch)
tree980739b1a87f0bd0c814bb0353f243ca3d4fc5f1 /net-analyzer/fwlogwatch
parentheader fix (diff)
downloadhistorical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.gz
historical-51b3927648f41771ee9c6e7d37c843373ecab637.tar.bz2
historical-51b3927648f41771ee9c6e7d37c843373ecab637.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
}