diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:20:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-03 12:20:00 +0000 |
commit | 8aa0e77f84d68d37593b536ba46ba226b425fdab (patch) | |
tree | 81212c9094545df0a150989f2507736db75538fc /x11-misc/xdaf/xdaf-0.01.10.ebuild | |
parent | Don't install INSTALL file. (diff) | |
download | gentoo-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.ebuild | 6 |
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 } |