diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-25 23:41:20 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-02-25 23:41:20 +0000 |
commit | 4641c161fd8b17bab1bc8dfb3f270605b47dbe59 (patch) | |
tree | b44d15eade4929e8d9eec61c769969cda3be7e09 /net-analyzer/cutter/cutter-1.02.ebuild | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-4641c161fd8b17bab1bc8dfb3f270605b47dbe59.tar.gz gentoo-2-4641c161fd8b17bab1bc8dfb3f270605b47dbe59.tar.bz2 gentoo-2-4641c161fd8b17bab1bc8dfb3f270605b47dbe59.zip |
Do not install COPYING, use tc-getCC in 1.03 instead of hardcoded cc.
(Portage version: 2.1_pre4-r1 vanquishing potions will fly)
Diffstat (limited to 'net-analyzer/cutter/cutter-1.02.ebuild')
-rw-r--r-- | net-analyzer/cutter/cutter-1.02.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/cutter/cutter-1.02.ebuild b/net-analyzer/cutter/cutter-1.02.ebuild index 6e87b3130281..4814ee4e5451 100644 --- a/net-analyzer/cutter/cutter-1.02.ebuild +++ b/net-analyzer/cutter/cutter-1.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.02.ebuild,v 1.5 2005/05/15 00:53:33 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cutter/cutter-1.02.ebuild,v 1.6 2006/02/25 23:41:20 vanquirius Exp $ DESCRIPTION="TCP/IP Connection cutting on Linux Firewalls and Routers" SRC_URI="http://www.lowth.com/cutter/${P}.tgz" @@ -20,5 +20,5 @@ src_install () { dosbin cutter # Install documentation. - dodoc COPYING README + dodoc README } |