summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOtavio Rodolfo Piske <angusyoung@gentoo.org>2005-01-25 17:14:38 +0000
committerOtavio Rodolfo Piske <angusyoung@gentoo.org>2005-01-25 17:14:38 +0000
commit5d1fb32f8163591613aaf096a61f918e82160886 (patch)
treef09ba793f630ac09a3a01a3fcce92862e1922c5e /net-analyzer
parentRemove sed from global scope. (diff)
downloadgentoo-2-5d1fb32f8163591613aaf096a61f918e82160886.tar.gz
gentoo-2-5d1fb32f8163591613aaf096a61f918e82160886.tar.bz2
gentoo-2-5d1fb32f8163591613aaf096a61f918e82160886.zip
Replaced einstall with emake install
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/echoping/ChangeLog5
-rw-r--r--net-analyzer/echoping/echoping-5.2.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog
index 08497101b881..ec279db5b3d4 100644
--- a/net-analyzer/echoping/ChangeLog
+++ b/net-analyzer/echoping/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/echoping
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.1 2005/01/25 15:15:35 angusyoung Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.2 2005/01/25 17:14:38 angusyoung Exp $
+
+ 25 Jan 2005; Otavio R. Piske <angusyoung@gentoo.org> echoping-5.2.0.ebuild:
+ Removed einstall in favour of emake install
*echoping-5.2.0 (25 Jan 2005)
diff --git a/net-analyzer/echoping/echoping-5.2.0.ebuild b/net-analyzer/echoping/echoping-5.2.0.ebuild
index 41a0a3d24fa5..129c4405b1f7 100644
--- a/net-analyzer/echoping/echoping-5.2.0.ebuild
+++ b/net-analyzer/echoping/echoping-5.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.1 2005/01/25 15:15:35 angusyoung Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.2 2005/01/25 17:14:38 angusyoung Exp $
inherit eutils
@@ -46,8 +46,8 @@ src_compile() {
}
src_install() {
- einstall || die
+ emake install DESTDIR=${D} || die
- # They are not installed by einstall
+ # They are not installed by emake install
dodoc README AUTHORS ChangeLog COPYING DETAILS NEWS TODO
}