diff options
Diffstat (limited to 'media-gfx/figurine/figurine-1.0.5.ebuild')
-rw-r--r-- | media-gfx/figurine/figurine-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/figurine/figurine-1.0.5.ebuild b/media-gfx/figurine/figurine-1.0.5.ebuild index 29e353b208c0..a69378d55f0e 100644 --- a/media-gfx/figurine/figurine-1.0.5.ebuild +++ b/media-gfx/figurine/figurine-1.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.12 2010/01/07 22:06:22 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/figurine/figurine-1.0.5.ebuild,v 1.13 2014/08/30 12:20:41 mgorny Exp $ DESCRIPTION="A vector based graphics editor similar to xfig, but simpler" HOMEPAGE="http://figurine.sourceforge.net/" @@ -19,6 +19,6 @@ src_compile() { } src_install() { - einstall || die + emake DESTDIR="${D}" install || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README } |