--- exmh-2.6.3.ebuild 2004-08-07 20:15:26.536652112 +0200 +++ exmh-2.6.3-r1.ebuild 2004-08-07 20:14:27.778584696 +0200 @@ -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/mail-client/exmh/exmh-2.6.3.ebuild,v 1.4 2004/06/24 22:15:55 agriffis Exp $ +# $Header: $ DESCRIPTION="An X user interface for MH mail" SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz" @@ -52,6 +52,15 @@ dodoc COPYRIGHT exmh.CHANGES exmh.README misc/* - dodir /usr/lib/${PN}-${PV} - install -m 644 lib/* ${D}/usr/lib/${PN}-${PV} + insinto /usr/lib/${PN}-${PV} + doins lib/* + + insinto /usr/lib/${PN}-${PV}/bitmaps + doins lib/bitmaps/* + + insinto /usr/lib/${PN}-${PV}/html + doins lib/html/* + + insinto /etc + doins gentoo/exmh.conf }