summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-05-31 22:25:17 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-05-31 22:25:17 +0000
commit0c8159f06289cd55731a43888822ba8023bf6386 (patch)
tree9dd16db8d3ced1e39b560ecd2934f680841a6fee /x11-misc/xsnap/xsnap-1.5.2.ebuild
parentdev-lang/mono-basic: version bump (diff)
downloadgentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.tar.gz
gentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.tar.bz2
gentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.zip
amd64 stable and fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xsnap/xsnap-1.5.2.ebuild')
-rw-r--r--x11-misc/xsnap/xsnap-1.5.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/xsnap/xsnap-1.5.2.ebuild b/x11-misc/xsnap/xsnap-1.5.2.ebuild
index ad78a07ef25a..b6589829437a 100644
--- a/x11-misc/xsnap/xsnap-1.5.2.ebuild
+++ b/x11-misc/xsnap/xsnap-1.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.1 2006/11/09 17:18:46 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.2 2008/05/31 22:25:17 coldwind Exp $
DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
@@ -8,7 +8,7 @@ HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-libs/libX11
@@ -39,8 +39,8 @@ src_compile() {
src_install() {
- make DESTDIR=${D} install || die "make install failed"
- make DESTDIR=${D} install.man || die "make install.man failed"
+ make DESTDIR="${D}" install || die "make install failed"
+ make DESTDIR="${D}" install.man || die "make install.man failed"
dodoc README AUTHORS
}