summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-31 21:23:53 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-31 21:23:53 +0000
commitb3e68034e0650e123735b37e49d4f70240476509 (patch)
tree5b6228c9d50cc1fc8aa7c6f811be4a9fa8c79208 /games-misc
parenta little FHS lovin (diff)
downloadgentoo-2-b3e68034e0650e123735b37e49d4f70240476509.tar.gz
gentoo-2-b3e68034e0650e123735b37e49d4f70240476509.tar.bz2
gentoo-2-b3e68034e0650e123735b37e49d4f70240476509.zip
slightly cleaner install (into /usr/share/games/bsd-games/ instead of /usr/share/games/)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/bsd-games/bsd-games-2.13.ebuild6
-rw-r--r--games-misc/bsd-games/files/config.params-gentoo4
2 files changed, 5 insertions, 5 deletions
diff --git a/games-misc/bsd-games/bsd-games-2.13.ebuild b/games-misc/bsd-games/bsd-games-2.13.ebuild
index fe5b231e27e6..6f32d5908076 100644
--- a/games-misc/bsd-games/bsd-games-2.13.ebuild
+++ b/games-misc/bsd-games/bsd-games-2.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.13.ebuild,v 1.2 2003/11/06 07:03:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/bsd-games/bsd-games-2.13.ebuild,v 1.3 2003/12/31 21:23:53 vapier Exp $
inherit games eutils
@@ -32,8 +32,8 @@ src_unpack() {
epatch ${FILESDIR}/bsdgames-${PV}-gentoo.diff
sed -i \
- -e "s:/usr/games:${GAMES_BINDIR}:" wargames/wargames || \
- die "sed wargames failed"
+ -e "s:/usr/games:${GAMES_BINDIR}:" wargames/wargames \
+ || die "sed wargames failed"
cp ${FILESDIR}/config.params-gentoo config.params
echo bsd_games_cfg_build_dirs=\"${GAMES_TO_BUILD}\" >> ./config.params
diff --git a/games-misc/bsd-games/files/config.params-gentoo b/games-misc/bsd-games/files/config.params-gentoo
index ea6ca1f0f568..85ae6c7c6c25 100644
--- a/games-misc/bsd-games/files/config.params-gentoo
+++ b/games-misc/bsd-games/files/config.params-gentoo
@@ -17,7 +17,7 @@ bsd_games_cfg_no_build_dirs="dm banner fortune factor"
bsd_games_cfg_gamesdir=${GAMES_BINDIR}
bsd_games_cfg_sbindir=${GAMES_BINDIR}
bsd_games_cfg_usrlibdir=${GAMES_LIBDIR}
-bsd_games_cfg_sharedir=${GAMES_DATADIR}
+bsd_games_cfg_sharedir=${GAMES_DATADIR}/${PN}
bsd_games_cfg_varlibdir=${GAMES_STATEDIR}
# We'll control all the permissions during install (via games eclass)
@@ -36,5 +36,5 @@ bsd_games_cfg_pager=/usr/bin/less
bsd_games_cfg_dictionary_src=/usr/share/dict/words
# Acronym file for "wft"
-bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/acronyms
+bsd_games_cfg_wtf_acronymfile=${GAMES_DATADIR}/${PN}/acronyms