diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-09 15:49:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-06-09 15:49:40 +0000 |
commit | 4a1c9a763855d864bea4646c3e32ea45c6dc352e (patch) | |
tree | fdb72fed5afc4ce2b3713ae40123eb52e543fe38 /net-analyzer/authforce/authforce-0.9.9.ebuild | |
parent | Add ~alpha (diff) | |
download | gentoo-2-4a1c9a763855d864bea4646c3e32ea45c6dc352e.tar.gz gentoo-2-4a1c9a763855d864bea4646c3e32ea45c6dc352e.tar.bz2 gentoo-2-4a1c9a763855d864bea4646c3e32ea45c6dc352e.zip |
Avoid installing ABOUT-NLS file.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/authforce/authforce-0.9.9.ebuild')
-rw-r--r-- | net-analyzer/authforce/authforce-0.9.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/authforce/authforce-0.9.9.ebuild b/net-analyzer/authforce/authforce-0.9.9.ebuild index 04e73dab8dde..15cd139ffa1f 100644 --- a/net-analyzer/authforce/authforce-0.9.9.ebuild +++ b/net-analyzer/authforce/authforce-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9.ebuild,v 1.2 2007/07/12 13:03:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9.ebuild,v 1.3 2009/06/09 15:49:40 flameeyes Exp $ DESCRIPTION="An HTTP authentication brute forcer" HOMEPAGE="http://www.divineinvasion.net/authforce" @@ -21,5 +21,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die - dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README THANKS TODO + dodoc AUTHORS BUGS COPYING INSTALL NEWS README THANKS TODO } |