summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:20:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-03 12:20:00 +0000
commit8aa0e77f84d68d37593b536ba46ba226b425fdab (patch)
tree81212c9094545df0a150989f2507736db75538fc /x11-misc/xdaf/xdaf-0.01.10.ebuild
parentDon't install INSTALL file. (diff)
downloadgentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.tar.gz
gentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.tar.bz2
gentoo-2-8aa0e77f84d68d37593b536ba46ba226b425fdab.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xdaf/xdaf-0.01.10.ebuild')
-rw-r--r--x11-misc/xdaf/xdaf-0.01.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xdaf/xdaf-0.01.10.ebuild b/x11-misc/xdaf/xdaf-0.01.10.ebuild
index c5666a85288f..1a5a31b13344 100644
--- a/x11-misc/xdaf/xdaf-0.01.10.ebuild
+++ b/x11-misc/xdaf/xdaf-0.01.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.10.ebuild,v 1.7 2004/06/24 22:39:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.10.ebuild,v 1.8 2005/11/03 12:20:00 nelchael Exp $
MY_P="${PN}-A.01.10"
S=${WORKDIR}/${MY_P}
@@ -26,5 +26,5 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
- dodoc COPYING README
+ dodoc README
}