diff options
author | 2015-01-03 13:02:17 +0000 | |
---|---|---|
committer | 2015-01-03 13:02:17 +0000 | |
commit | 313fcd5ab37ad6255d5a60831289686cb2f70352 (patch) | |
tree | eb98b708a913b5f71dd46396b15723a0dad951a8 /games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | |
parent | EAPI 4 (diff) | |
download | gentoo-2-313fcd5ab37ad6255d5a60831289686cb2f70352.tar.gz gentoo-2-313fcd5ab37ad6255d5a60831289686cb2f70352.tar.bz2 gentoo-2-313fcd5ab37ad6255d5a60831289686cb2f70352.zip |
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild')
-rw-r--r-- | games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild index ad8ddd0b9d7c..65ded57ed96b 100644 --- a/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild +++ b/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 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/afternoonstalker/afternoonstalker-1.1.5.ebuild,v 1.4 2012/12/04 10:56:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild,v 1.5 2015/01/03 13:02:17 tupone Exp $ -EAPI=2 +EAPI=4 inherit autotools games DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics" @@ -29,7 +29,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 |