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
commita8f0dd8de6514be52311034b506bf23f83da08b4 (patch)
tree407bf0ba05600ca7849606c0e2f2f5b646c58132 /media-libs/atlas-c++/atlas-c++-0.6.2.ebuild
parentRemove amarok mask, released (diff)
downloadhistorical-a8f0dd8de6514be52311034b506bf23f83da08b4.tar.gz
historical-a8f0dd8de6514be52311034b506bf23f83da08b4.tar.bz2
historical-a8f0dd8de6514be52311034b506bf23f83da08b4.zip
Fix man page installation. Bug #348826
Package-Manager: portage-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
}