summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/dxpc/dxpc-3.9.2.ebuild')
-rw-r--r--x11-misc/dxpc/dxpc-3.9.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-misc/dxpc/dxpc-3.9.2.ebuild b/x11-misc/dxpc/dxpc-3.9.2.ebuild
index a94933eb71ab..9980b70ab95a 100644
--- a/x11-misc/dxpc/dxpc-3.9.2.ebuild
+++ b/x11-misc/dxpc/dxpc-3.9.2.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.2.ebuild,v 1.1 2010/01/09 14:57:15 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dxpc/dxpc-3.9.2.ebuild,v 1.2 2010/01/09 15:06:25 ssuominen Exp $
-DESCRIPTION="an X protocol compressor designed to improve the speed of X11
-applications run over low-bandwidth links"
-SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
+DESCRIPTION="Differential X Protocol Compressor"
HOMEPAGE="http://www.vigor.nu/dxpc/"
+SRC_URI="http://www.vigor.nu/dxpc/${P}.tgz"
LICENSE="BSD"
SLOT="0"
@@ -18,7 +17,6 @@ DEPEND="${RDEPEND}
x11-proto/xproto"
src_install () {
- make prefix="${D}"/usr man1dir="${D}"/usr/share/man/man1 install \
- || die "make install failed"
+ emake prefix="${D}/usr" man1dir="${D}/usr/share/man/man1 install" || die
dodoc CHANGES README TODO
}