summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-01 03:21:31 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-01 03:21:31 +0000
commit88e32399fa0e69a0f69388a309ceaae60cc8ec4c (patch)
tree9d2b978dd0c36a0be45130e07317ce719e0f449b /media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild
parentvirtual/glibc -> virtual/libc (diff)
downloadhistorical-88e32399fa0e69a0f69388a309ceaae60cc8ec4c.tar.gz
historical-88e32399fa0e69a0f69388a309ceaae60cc8ec4c.tar.bz2
historical-88e32399fa0e69a0f69388a309ceaae60cc8ec4c.zip
touch
Diffstat (limited to 'media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild')
-rw-r--r--media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild
index 0159c9a8fb5e..cd530ef36afe 100644
--- a/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild
+++ b/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.10 2004/06/24 23:22:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.6.ebuild,v 1.11 2004/07/01 03:21:31 mr_bones_ Exp $
MY_P="${P/sdl-/SDL_}"
-S=${WORKDIR}/${MY_P}
DESCRIPTION="library that allows you to use TrueType fonts in SDL applications"
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/"
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz"
@@ -16,7 +15,9 @@ IUSE=""
DEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/freetype-2.0.1"
+S="${WORKDIR}/${MY_P}"
+
src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dodoc CHANGES README || die "dodoc failed"
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc CHANGES README
}