diff options
Diffstat (limited to 'app-misc/ithought/ithought-0.0.5-r1.ebuild')
-rw-r--r-- | app-misc/ithought/ithought-0.0.5-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-misc/ithought/ithought-0.0.5-r1.ebuild b/app-misc/ithought/ithought-0.0.5-r1.ebuild index d5027eb044a2..9144f6c9ba9f 100644 --- a/app-misc/ithought/ithought-0.0.5-r1.ebuild +++ b/app-misc/ithought/ithought-0.0.5-r1.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.20 2005/06/05 11:50:37 hansmi Exp $ - -#emerge doesn't yet support things like a5 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.21 2010/01/01 18:23:49 ssuominen Exp $ MY_P=${P/0.0./a} -S=${WORKDIR}/${MY_P} + DESCRIPTION="An internet-aware personal thought manager" HOMEPAGE="http://ithought.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" @@ -18,7 +16,9 @@ IUSE="" DEPEND="=x11-libs/gtk+-1.2* dev-libs/libxml2" +S=${WORKDIR}/${MY_P} + src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO } |