--- unrtf-0.19.3-r1.ebuild.orig 2005-01-07 12:34:15.000000000 +0100 +++ unrtf-0.19.3-r1.ebuild 2005-01-08 00:42:51.000000000 +0100 @@ -15,19 +15,18 @@ src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PN}-0.19.3-final.patch + epatch ${FILESDIR}/${PN}-${PV}-final.patch # in 0.19.3 it's a tar file of 0.19.2 rm ${S}/AUTHORS } src_compile() { - make clean - emake || die + emake CFLAGS="$CFLAGS" || die } src_install() { - dobin unrtf bcount + dobin unrtf doman unrtf.1 dohtml doc/unrtf.html - dodoc CHANGES COPYING README TODO + dodoc CHANGES README TODO }