diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:10:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-21 13:10:17 +0000 |
commit | 6cb110188a32da74c1252c72f65cbcbbad5c8bc1 (patch) | |
tree | d1047ef258415fa56b306cdf732901c363b80f49 /dev-ml/ocurl/ocurl-0.2.1.ebuild | |
parent | Remove virtual/xemacs. (diff) | |
download | gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.tar.gz gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.tar.bz2 gentoo-2-6cb110188a32da74c1252c72f65cbcbbad5c8bc1.zip |
dont install copying
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocurl/ocurl-0.2.1.ebuild')
-rw-r--r-- | dev-ml/ocurl/ocurl-0.2.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/ocurl/ocurl-0.2.1.ebuild b/dev-ml/ocurl/ocurl-0.2.1.ebuild index 46865cb1b386..0633c132205a 100644 --- a/dev-ml/ocurl/ocurl-0.2.1.ebuild +++ b/dev-ml/ocurl/ocurl-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.2.1.ebuild,v 1.3 2007/08/12 22:14:44 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocurl/ocurl-0.2.1.ebuild,v 1.4 2009/06/21 13:10:17 aballier Exp $ inherit eutils findlib @@ -26,6 +26,5 @@ src_compile() src_install() { findlib_src_install - dodoc COPYING use doc && dodoc examples/*.ml } |