diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-15 23:59:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-15 23:59:39 +0000 |
commit | fcaf3345fd8034cc334e5f7eb93fdbd541a52695 (patch) | |
tree | a05b28d4e23d60202c4b77765cd584bff117130a /dev-games/crystalspace-cvs | |
parent | bugfix for setup.py (diff) | |
download | gentoo-2-fcaf3345fd8034cc334e5f7eb93fdbd541a52695.tar.gz gentoo-2-fcaf3345fd8034cc334e5f7eb93fdbd541a52695.tar.bz2 gentoo-2-fcaf3345fd8034cc334e5f7eb93fdbd541a52695.zip |
dev pkg not a game
Diffstat (limited to 'dev-games/crystalspace-cvs')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild index c94285949650..3889b6df69ec 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.1 2003/07/13 03:13:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.2 2003/07/15 23:59:39 vapier Exp $ -inherit games cvs +inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" ECVS_MODULE="CS" ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" @@ -31,7 +31,7 @@ DEPEND=">=media-libs/libpng-1.2.1 >=dev-lang/perl-5.6.1 !dev-libs/crystalspace" -CRYSTAL_PREFIX=${GAMES_PREFIX_OPT}/crystal +CRYSTAL_PREFIX=/opt/crystal src_compile() { ./configure --prefix=${CRYSTAL_PREFIX} || die @@ -41,9 +41,6 @@ src_compile() { src_install() { dodir ${CRYSTAL_PREFIX} make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die - - dodir ${GAMES_BINDIR} - dosym ${CRYSTAL_PREFIX}/bin/cs-config ${GAMES_BINDIR}/cs-config - - prepgamesdirs + dodir /usr/bin + dosym ${CRYSTAL_PREFIX}/bin/cs-config /usr/bin/cs-config } |