summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ehmsen <ehmsen@gentoo.org>2006-03-16 14:31:21 +0000
committerMartin Ehmsen <ehmsen@gentoo.org>2006-03-16 14:31:21 +0000
commit019fa4412dab851476d3937f7174fca510644020 (patch)
tree4534ef1591ab63b2137c5fdb34a36f82553d49d5 /app-text/htmlrecode/htmlrecode-1.2.0.ebuild
parentDon't install INSTALL. (diff)
downloadhistorical-019fa4412dab851476d3937f7174fca510644020.tar.gz
historical-019fa4412dab851476d3937f7174fca510644020.tar.bz2
historical-019fa4412dab851476d3937f7174fca510644020.zip
Don't install COPYING.
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'app-text/htmlrecode/htmlrecode-1.2.0.ebuild')
-rw-r--r--app-text/htmlrecode/htmlrecode-1.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild b/app-text/htmlrecode/htmlrecode-1.2.0.ebuild
index b621e17b36e1..35f7087326df 100644
--- a/app-text/htmlrecode/htmlrecode-1.2.0.ebuild
+++ b/app-text/htmlrecode/htmlrecode-1.2.0.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/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.3 2005/01/01 16:20:30 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/htmlrecode/htmlrecode-1.2.0.ebuild,v 1.4 2006/03/16 14:31:21 ehmsen Exp $
DESCRIPTION="Recodes HTML file using a new character set"
HOMEPAGE="http://bisqwit.iki.fi/source/htmlrecode.html"
@@ -36,5 +36,5 @@ src_compile() {
src_install() {
dobin htmlrecode
- dodoc README.html COPYING
+ dodoc README.html
}