summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-18 01:13:56 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-18 01:13:56 +0000
commit21e54044a6d01589f63d1ab92483694f0ed0286a (patch)
tree4b84dc35bceaf29ba5612f5827912e998b6d2084 /dev-games
parentFixed a tiny typo. :) (diff)
downloadgentoo-2-21e54044a6d01589f63d1ab92483694f0ed0286a.tar.gz
gentoo-2-21e54044a6d01589f63d1ab92483694f0ed0286a.tar.bz2
gentoo-2-21e54044a6d01589f63d1ab92483694f0ed0286a.zip
add env.d entry #25760
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild3
-rw-r--r--dev-games/crystalspace/crystalspace-20030413-r1.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
index b6b8e0ba8774..d3958e3e72bd 100644
--- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
+++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.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/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.4 2003/07/20 05:15:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.5 2003/08/18 01:13:52 vapier Exp $
inherit cvs
ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal"
@@ -43,4 +43,5 @@ src_install() {
make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die
dodir /usr/bin
dosym ${CRYSTAL_PREFIX}/bin/cs-config /usr/bin/cs-config
+ echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace
}
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
index fbd86fb480ce..657e5e586033 100644
--- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
+++ b/dev-games/crystalspace/crystalspace-20030413-r1.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/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.6 2003/07/20 05:15:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.7 2003/08/18 01:13:56 vapier Exp $
DESCRIPTION="portable 3D Game Development Kit written in C++"
SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz"
@@ -43,4 +43,6 @@ src_install() {
find ${D}/${CRYSTAL_PREFIX} -type f -exec chmod a+r '{}' \;
find ${D}/${CRYSTAL_PREFIX} -type d -exec chmod a+rx '{}' \;
chmod a+x ${D}/${CRYSTAL_PREFIX}/bin/*
+ dodir /etc/env.d
+ echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace
}