diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 14:43:09 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 14:43:09 +0000 |
commit | d6b0ebfaf83dd578e2f16288401cd3a1cd25f066 (patch) | |
tree | 915bfdb81ba19165a34744caa1ea19c64c34c520 /games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild | |
parent | Fix build with sh=dash, bug 525454 (diff) | |
download | gentoo-2-d6b0ebfaf83dd578e2f16288401cd3a1cd25f066.tar.gz gentoo-2-d6b0ebfaf83dd578e2f16288401cd3a1cd25f066.tar.bz2 gentoo-2-d6b0ebfaf83dd578e2f16288401cd3a1cd25f066.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild')
-rw-r--r-- | games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild index bd65286459b4..546ad0cae5d7 100644 --- a/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild +++ b/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.1 2013/04/20 07:18:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.2 2015/01/04 14:43:09 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools games DESCRIPTION="A space rock shooting video game" @@ -30,7 +30,7 @@ src_prepare() { } src_install() { - emake -C src DESTDIR="${D}" install || die + emake -C src DESTDIR="${D}" install doman doc/${PN}.6 dodoc AUTHORS NEWS README THANKS prepgamesdirs |