summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2012-02-27 09:15:27 +0000
committerAlfredo Tupone <tupone@gentoo.org>2012-02-27 09:15:27 +0000
commitde7ae9dc44bdec6e344a35ac3e72a81be247007d (patch)
tree9b5d38f8b6c1bbb8c97cfec43518dab5ddcf7f36 /games-arcade/performous/performous-0.6.1.ebuild
parentVersion bump. (diff)
downloadhistorical-de7ae9dc44bdec6e344a35ac3e72a81be247007d.tar.gz
historical-de7ae9dc44bdec6e344a35ac3e72a81be247007d.tar.bz2
historical-de7ae9dc44bdec6e344a35ac3e72a81be247007d.zip
Fixing dodoc. Bug #405925
Package-Manager: portage-2.1.10.49/cvs/Linux i686
Diffstat (limited to 'games-arcade/performous/performous-0.6.1.ebuild')
-rw-r--r--games-arcade/performous/performous-0.6.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games-arcade/performous/performous-0.6.1.ebuild b/games-arcade/performous/performous-0.6.1.ebuild
index 324939e179b1..e95f845f6a17 100644
--- a/games-arcade/performous/performous-0.6.1.ebuild
+++ b/games-arcade/performous/performous-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.1 2012/02/21 20:51:12 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/performous/performous-0.6.1.ebuild,v 1.2 2012/02/27 09:15:27 tupone Exp $
EAPI=3
@@ -59,7 +59,6 @@ PATCHES=(
"${FILESDIR}"/${P}-libpng.patch
"${FILESDIR}"/${P}-gentoo.patch
)
-DOCS="docs/{Author,DeveloperReadme,instruments,TODO}.txt"
append-cppflags -DBOOST_FILESYSTEM_VERSION=2
src_prepare() {
@@ -88,5 +87,8 @@ src_install() {
insinto "${GAMES_DATADIR}"/${PN}
doins -r "${S}/songs" || die "doins failed"
fi
+ cd docs
+ dodoc {Authors,DeveloperReadme,instruments,TODO}.txt \
+ || die "dodoc failed"
prepgamesdirs
}