summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-06 09:42:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-06 09:42:21 +0000
commite5deca6a31e1a997c54cc3998b5c0fd52c257f13 (patch)
tree5fe5c5a69978cfb6e27835589d23bd41fc3b0508 /games-simulation/lincity
parentwould you like ~mips with that sir? (Manifest recommit) (diff)
downloadgentoo-2-e5deca6a31e1a997c54cc3998b5c0fd52c257f13.tar.gz
gentoo-2-e5deca6a31e1a997c54cc3998b5c0fd52c257f13.tar.bz2
gentoo-2-e5deca6a31e1a997c54cc3998b5c0fd52c257f13.zip
only deal with locale if use nls
Diffstat (limited to 'games-simulation/lincity')
-rw-r--r--games-simulation/lincity/Manifest2
-rw-r--r--games-simulation/lincity/lincity-1.12.0.ebuild10
2 files changed, 7 insertions, 5 deletions
diff --git a/games-simulation/lincity/Manifest b/games-simulation/lincity/Manifest
index f2e6776cde9d..594b0a814d2a 100644
--- a/games-simulation/lincity/Manifest
+++ b/games-simulation/lincity/Manifest
@@ -1,6 +1,6 @@
MD5 276589ae00a676a7a87bdf0454470e23 ChangeLog 1703
+MD5 a76ee357a6ff512bf3f45477be81f571 lincity-1.12.0.ebuild 1048
MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
-MD5 ca194f3ed2f77dd6e1482ced2840940c lincity-1.12.0.ebuild 1027
MD5 2ca559d6d6ae5aa9f78379d18f2f6bd4 lincity-1.12_pre53.ebuild 918
MD5 e26860a82f7b2aaa40ebff37d2ba5bfa files/digest-lincity-1.12_pre53 69
MD5 f0c7afe8a3ed9c700239695a0388abf7 files/lincity-1.11a-gcc3.patch 1863
diff --git a/games-simulation/lincity/lincity-1.12.0.ebuild b/games-simulation/lincity/lincity-1.12.0.ebuild
index 3a89587bead9..9877ce911199 100644
--- a/games-simulation/lincity/lincity-1.12.0.ebuild
+++ b/games-simulation/lincity/lincity-1.12.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12.0.ebuild,v 1.1 2004/01/23 00:47:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12.0.ebuild,v 1.2 2004/02/06 09:42:13 mr_bones_ Exp $
inherit games
@@ -33,8 +33,10 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc Acknowledgements CHANGES FAQ README* TODO || die "dodoc failed"
- cd "${D}/${GAMES_DATADIR}"
- mv locale "${D}/usr/share/"
+ dodoc Acknowledgements CHANGES README* TODO || die "dodoc failed"
+ if use nls ; then
+ cd "${D}/${GAMES_DATADIR}"
+ mv locale "${D}/usr/share/"
+ fi
prepgamesdirs
}