summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-01-15 16:54:19 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-01-15 16:54:19 +0000
commitc74e80ef70b7d9b0e2af6780e435ad483b4ab9e4 (patch)
treeb504cb855d37366d0ac3a3466a96f6042f37e564 /media-libs/atlas-c++/atlas-c++-0.6.2.ebuild
parentRemove amarok mask, released (diff)
downloadgentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.tar.gz
gentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.tar.bz2
gentoo-2-c74e80ef70b7d9b0e2af6780e435ad483b4ab9e4.zip
Fix man page installation. Bug #348826
(Portage version: 2.1.9.31/cvs/Linux i686)
Diffstat (limited to 'media-libs/atlas-c++/atlas-c++-0.6.2.ebuild')
-rw-r--r--media-libs/atlas-c++/atlas-c++-0.6.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild b/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild
index dc42175e0876..3adbd0741590 100644
--- a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild
+++ b/media-libs/atlas-c++/atlas-c++-0.6.2.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/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.3 2010/11/14 22:59:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.4 2011/01/15 16:54:19 tupone Exp $
EAPI=2
MY_PN="Atlas-C++"
@@ -30,6 +30,6 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "install failed"
use doc && dohtml -r doc/html/*
- use doc && doman doc/man/*
+ use doc && doman doc/man/man3/[^i]*
dodoc AUTHORS ChangeLog HACKING NEWS README ROADMAP THANKS TODO
}