summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-17 03:58:24 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-17 03:58:24 +0000
commite55f2c472e4143a8a201f564cd95e4d864b8c50f (patch)
tree063ca7f0b395e850b13d90c44f46ef870ff44eb8 /net-misc/udhcp/udhcp-0.9.8-r3.ebuild
parentfix autotool junk #66770 (diff)
downloadhistorical-e55f2c472e4143a8a201f564cd95e4d864b8c50f.tar.gz
historical-e55f2c472e4143a8a201f564cd95e4d864b8c50f.tar.bz2
historical-e55f2c472e4143a8a201f564cd95e4d864b8c50f.zip
old
Diffstat (limited to 'net-misc/udhcp/udhcp-0.9.8-r3.ebuild')
-rw-r--r--net-misc/udhcp/udhcp-0.9.8-r3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
index 992182daba2a..9b5db0669f74 100644
--- a/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
+++ b/net-misc/udhcp/udhcp-0.9.8-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.10 2004/09/04 00:33:24 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.8-r3.ebuild,v 1.11 2004/12/17 03:58:24 vapier Exp $
inherit eutils gcc
@@ -10,7 +10,7 @@ SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~mips ~alpha arm hppa amd64 ~ia64"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc sparc x86"
IUSE=""
DEPEND="virtual/libc"
@@ -50,11 +50,8 @@ src_install() {
install \
|| die
- dodoc AUTHORS COPYING ChangeLog README* TODO
+ dodoc AUTHORS ChangeLog README* TODO
insinto /usr/share/udhcpc
doins samples/*
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/udhcp.init udhcp
}