summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-12 01:18:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-12 01:18:30 +0000
commita94bda6e7b52ef27490f0910cfa94bc791b00379 (patch)
tree8f3211c8761889e01fdf52d305c6e1fba6abef69 /games-action
parentRemove the dep on kde-base/libkdepim t's not needed and the issue was fixed i... (diff)
downloadgentoo-2-a94bda6e7b52ef27490f0910cfa94bc791b00379.tar.gz
gentoo-2-a94bda6e7b52ef27490f0910cfa94bc791b00379.tar.bz2
gentoo-2-a94bda6e7b52ef27490f0910cfa94bc791b00379.zip
need to call prepgamesdirs
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/snipes/snipes-1.0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/snipes/snipes-1.0.1.ebuild b/games-action/snipes/snipes-1.0.1.ebuild
index 03dd1f4ead18..bd4992028196 100644
--- a/games-action/snipes/snipes-1.0.1.ebuild
+++ b/games-action/snipes/snipes-1.0.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.1 2005/02/06 08:53:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.2 2005/02/12 01:18:30 mr_bones_ Exp $
-inherit games toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic games
DESCRIPTION="2D scrolling shooter, resembles old DOS game of same name"
HOMEPAGE="http://geocities.com/fnorddaemon/"
@@ -29,4 +29,5 @@ src_compile() {
src_install() {
dogamesbin snipes || die "dogamesbin failed"
doman snipes.6
+ prepgamesdirs
}