summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 08:16:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-20 08:16:02 +0000
commit5ee7cc3978a2e8a34a5186f32d5b48e5d73f3fce (patch)
treee8e696237a07431162a31609cc7a4c47b14ef256 /games-action/atanks/atanks-1.1.0.ebuild
parenttidy (Manifest recommit) (diff)
downloadgentoo-2-5ee7cc3978a2e8a34a5186f32d5b48e5d73f3fce.tar.gz
gentoo-2-5ee7cc3978a2e8a34a5186f32d5b48e5d73f3fce.tar.bz2
gentoo-2-5ee7cc3978a2e8a34a5186f32d5b48e5d73f3fce.zip
add two patches from basic (bug #66718)
Diffstat (limited to 'games-action/atanks/atanks-1.1.0.ebuild')
-rw-r--r--games-action/atanks/atanks-1.1.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/atanks/atanks-1.1.0.ebuild b/games-action/atanks/atanks-1.1.0.ebuild
index af4231033289..4bc4d0a6dbb0 100644
--- a/games-action/atanks/atanks-1.1.0.ebuild
+++ b/games-action/atanks/atanks-1.1.0.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.7 2004/10/31 21:53:36 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.8 2004/11/20 08:16:02 mr_bones_ Exp $
inherit eutils gcc games
-DATA_DIR="${GAMES_DATADIR}/${PN}"
DESCRIPTION="Worms and Scorched Earth-like game"
HOMEPAGE="http://atanks.sourceforge.net/"
SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
@@ -28,7 +27,9 @@ src_unpack() {
then
epatch "${FILESDIR}/atanks-gcc34.patch"
fi
+ epatch "${FILESDIR}/${PV}-gentoo.patch"
+ DATA_DIR="${GAMES_DATADIR}/${PN}"
sed -i \
-e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${DATA_DIR}\\\\\":" \
src/Makefile \