diff options
author | Martin Ehmsen <ehmsen@gentoo.org> | 2006-03-16 14:39:39 +0000 |
---|---|---|
committer | Martin Ehmsen <ehmsen@gentoo.org> | 2006-03-16 14:39:39 +0000 |
commit | 788487e4c6a1e4e406dc55039a2c03dbe5f31a6b (patch) | |
tree | 0cc7927d2b5f5746c931fb69c6b37014513912c6 /app-text/html-xml-utils/html-xml-utils-3.7.ebuild | |
parent | Don't install INSTALL. (diff) | |
download | historical-788487e4c6a1e4e406dc55039a2c03dbe5f31a6b.tar.gz historical-788487e4c6a1e4e406dc55039a2c03dbe5f31a6b.tar.bz2 historical-788487e4c6a1e4e406dc55039a2c03dbe5f31a6b.zip |
Don't install COPYING and INSTALL.
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-3.7.ebuild')
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-3.7.ebuild b/app-text/html-xml-utils/html-xml-utils-3.7.ebuild index c280565f32a9..25106b91fea2 100644 --- a/app-text/html-xml-utils/html-xml-utils-3.7.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-3.7.ebuild,v 1.4 2006/01/08 09:48:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-3.7.ebuild,v 1.5 2006/03/16 14:39:39 ehmsen Exp $ inherit eutils @@ -30,7 +30,7 @@ src_unpack() { src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO + dodoc AUTHORS ChangeLog README TODO # Check bug #27399, the following binary conflicts with # one provided by the 'normalize' package, so we're |