diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-02 15:12:18 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-02 15:12:18 +0000 |
commit | 8052dc91e54de402f9a4c53f13607a41f72a6596 (patch) | |
tree | 2b1b51f6f42cf402e1f1e74efa0f2092614411ca /x11-libs/lesstif/lesstif-0.93.91.ebuild | |
parent | source location has changed (diff) | |
download | gentoo-2-8052dc91e54de402f9a4c53f13607a41f72a6596.tar.gz gentoo-2-8052dc91e54de402f9a4c53f13607a41f72a6596.tar.bz2 gentoo-2-8052dc91e54de402f9a4c53f13607a41f72a6596.zip |
reverted include changes, it makes more sense to change the include path
Diffstat (limited to 'x11-libs/lesstif/lesstif-0.93.91.ebuild')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.91.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.91.ebuild b/x11-libs/lesstif/lesstif-0.93.91.ebuild index 307579da8913..588a1a98330b 100644 --- a/x11-libs/lesstif/lesstif-0.93.91.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.91.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: -inherit libtool motif +inherit libtool DESCRIPTION="An OSF/Motif(R) clone" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" @@ -68,9 +68,6 @@ src_install() { mv ${D}/usr/include/Xm/*.h ${D}/usr/include/Xm/1.2/Xm mv ${D}/usr/include/uil/*.{h,uil} ${D}/usr/include/uil/1.2/uil - cd ${D}/usr/include - motif_fix_headers 1.2 - einfo "Fixing man pages" for file in `ls ${D}/usr/share/man/man1` |