diff options
author | 2009-08-02 01:35:11 +0000 | |
---|---|---|
committer | 2009-08-02 01:35:11 +0000 | |
commit | 2bbae472ab7cba4c97b7906f8b4748973e3c63cb (patch) | |
tree | 76a31e375fbf84ad4a0c41ade67632ea90096306 /games-strategy | |
parent | sepolgen: new upstream release. (diff) | |
download | gentoo-2-2bbae472ab7cba4c97b7906f8b4748973e3c63cb.tar.gz gentoo-2-2bbae472ab7cba4c97b7906f8b4748973e3c63cb.tar.bz2 gentoo-2-2bbae472ab7cba4c97b7906f8b4748973e3c63cb.zip |
revert quotes
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild index 553dbe8b196c..bdcd1947b781 100644 --- a/games-strategy/wesnoth/wesnoth-1.6.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.2 2009/08/02 00:36:19 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.6.4.ebuild,v 1.3 2009/08/02 01:35:11 mr_bones_ Exp $ EAPI=2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -70,8 +70,8 @@ src_configure() { -DENABLE_FRIBIDI=FALSE -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DPREFERENCES_DIR=.wesnoth - -DDATAROOTDIR="${GAMES_DATADIR}" - -DBINDIR="${GAMES_BINDIR}" + -DDATAROOTDIR=${GAMES_DATADIR} + -DBINDIR=${GAMES_BINDIR} -DICONDIR=/usr/share/pixmaps -DDESKTOPDIR=/usr/share/applications -DMANDIR=/usr/share/man |