--- crossfire-client-1.7.1.ebuild 2005-09-04 10:41:16.000000000 +0200 +++ crossfire-client-1.7.1.ebuild 2005-09-05 08:11:34.000000000 +0200 @@ -27,12 +27,11 @@ unpack ${A} cd "${S}" sed -i \ - -e 's:man1:man6:' \ - -e '/mandir/s:\.1:.6:' \ - {gtk,x11}/Makefile.in \ + -r 's:TH (g?)cfclient:TH \1cfclient 6:' \ + {gtk,x11}/*cfclient.man \ || die "sed failed" } - + src_compile() { # bugs in configure script so we cant use $(use_enable ...) local myconf="--disable-dependency-tracking"