summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/dmidecode/dmidecode-2.6.ebuild')
-rw-r--r--sys-apps/dmidecode/dmidecode-2.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/dmidecode/dmidecode-2.6.ebuild b/sys-apps/dmidecode/dmidecode-2.6.ebuild
index b3bb53a1d6b5..dea7e8033280 100644
--- a/sys-apps/dmidecode/dmidecode-2.6.ebuild
+++ b/sys-apps/dmidecode/dmidecode-2.6.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/sys-apps/dmidecode/dmidecode-2.6.ebuild,v 1.2 2005/05/21 21:37:43 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmidecode/dmidecode-2.6.ebuild,v 1.3 2005/06/17 01:19:20 vapier Exp $
inherit flag-o-matic
@@ -10,10 +10,10 @@ SRC_URI="http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 -ppc ~x86"
+KEYWORDS="amd64 ia64 -ppc x86"
IUSE=""
-DEPEND=">=sys-apps/sed-4"
+DEPEND=""
RDEPEND=""
src_unpack() {
@@ -23,7 +23,7 @@ src_unpack() {
use ia64 && append-flags -D__IA64__
sed -i \
-e "s:-O2:${CFLAGS}${ARCHFLAGS}:" \
- -e "s:man/man8:share/man/man8:g" \
+ -e '/^mandir/s:/man:/share/man:' \
-e "s:/usr/local:${D}/usr:" \
Makefile || die "manpage sed failed"
}