diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-15 06:15:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-15 06:15:49 +0000 |
commit | c1a25fdf9ec19d9e81602aba39c1fb85b7d1861a (patch) | |
tree | e98a503a2ee5bab9fb0adfbaf4d0eb0b92157a82 /x11-libs/qwt/qwt-5.2.0.ebuild | |
parent | Depend on introspection support in clutter, #371471 (diff) | |
download | gentoo-2-c1a25fdf9ec19d9e81602aba39c1fb85b7d1861a.tar.gz gentoo-2-c1a25fdf9ec19d9e81602aba39c1fb85b7d1861a.tar.bz2 gentoo-2-c1a25fdf9ec19d9e81602aba39c1fb85b7d1861a.zip |
Do not install license files, #371411
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qwt/qwt-5.2.0.ebuild')
-rw-r--r-- | x11-libs/qwt/qwt-5.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/qwt/qwt-5.2.0.ebuild b/x11-libs/qwt/qwt-5.2.0.ebuild index bf50de7b94d7..318e970986ed 100644 --- a/x11-libs/qwt/qwt-5.2.0.ebuild +++ b/x11-libs/qwt/qwt-5.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.2.0.ebuild,v 1.10 2010/06/25 20:31:15 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5.2.0.ebuild,v 1.11 2011/06/15 06:15:49 jlec Exp $ EAPI=2 inherit eutils qt4 @@ -58,6 +58,7 @@ src_install () { dodoc CHANGES README insinto /usr/share/doc/${PF} if use doc; then + rm doc/man/*/*license* doman doc/man/*/* || die doins -r doc/html || die fi |