summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.2.3-r8.ebuild')
-rw-r--r--x11-libs/openmotif/openmotif-2.2.3-r8.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild
index 6dbdb70c7c1e..bdd382ab8fd3 100644
--- a/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild
+++ b/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild,v 1.17 2007/01/04 19:12:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild,v 1.18 2007/07/15 05:53:11 mr_bones_ Exp $
inherit eutils libtool flag-o-matic multilib
@@ -63,7 +63,6 @@ src_unpack() {
autoconf || die
}
-
src_compile() {
# get around some LANG problems in make (#15119)
unset LANG
@@ -76,7 +75,6 @@ src_compile() {
emake -j1 || die "make failed, if you have lesstif installed removed it, compile openmotif and recompile lesstif"
}
-
src_install() {
make DESTDIR=${D} install || die "make install failed"
@@ -91,7 +89,6 @@ src_install() {
dosed 's:/usr/lib/X11/app-defaults:/etc/X11/app-defaults:g' "$f"
done
-
einfo "Fixing binaries"
dodir /usr/$(get_libdir)/openmotif-2.2
for file in `ls ${D}/usr/bin`