diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 16:17:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 16:17:47 +0000 |
commit | 7cc74d813f2c744d1bfcb11f643d081c356f0ff4 (patch) | |
tree | fcef029c9b0c6e2cb13fc47ef12105a627993a41 /net-firewall/firehol | |
parent | Add a couple of missing definitions for USE=sse -- HasSSESupport and MesaUseS... (diff) | |
download | gentoo-2-7cc74d813f2c744d1bfcb11f643d081c356f0ff4.tar.gz gentoo-2-7cc74d813f2c744d1bfcb11f643d081c356f0ff4.tar.bz2 gentoo-2-7cc74d813f2c744d1bfcb11f643d081c356f0ff4.zip |
touchup
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/firehol-1.91.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-firewall/firehol/firehol-1.91.ebuild b/net-firewall/firehol/firehol-1.91.ebuild index e834225bc001..a8ab55bff53a 100644 --- a/net-firewall/firehol/firehol-1.91.ebuild +++ b/net-firewall/firehol/firehol-1.91.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.91.ebuild,v 1.2 2004/03/20 07:34:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.91.ebuild,v 1.3 2004/04/21 16:17:47 vapier Exp $ DESCRIPTION="iptables firewall generator" HOMEPAGE="http://firehol.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="net-firewall/iptables" src_compile() { - mv firehol.sh firehol.sh.orig - sed <firehol.sh.orig >firehol.sh \ - -e 's|/etc/firehol.conf|/etc/firehol/firehol.conf|' + sed -i \ + -e 's|/etc/firehol.conf|/etc/firehol/firehol.conf|' \ + firehol.sh } src_install() { - newsbin firehol.sh firehol + newsbin firehol.sh firehol || die dodir /etc/firehol /etc/firehol/examples insinto /etc/firehol/examples doins examples/* |