--- wine-20020310.ebuild Fri Mar 22 11:19:46 2002 +++ wine-20020310-r1.ebuild Fri Mar 22 17:44:12 2002 @@ -28,8 +28,12 @@ [ -z $DEBUG ] && myconf="$myconf --disable-trace --disable-debug" || myconf="$myconf --enable-trace --enable-debug" # there's no configure flag for cups, it's supposed to be autodetected - ./configure --prefix=/usr --sysconfdir=/etc/wine \ - --host=${CHOST} --enable-curses ${myconf} || die + ./configure --prefix=/usr \ + --sysconfdir=/etc/wine \ + --mandir=/usr/share/man \ + --host=${CHOST} \ + --enable-curses \ + ${myconf} || die cd ${S}/programs/winetest cp Makefile 1 @@ -44,9 +48,9 @@ src_install () { cd ${S} - make prefix=${D}/usr install || die + make prefix=${D}/usr mandir=${D}/usr/share/man install || die cd ${S}/programs - make prefix=${D}/usr install || die + make prefix=${D}/usr mandir=${D}/usr/share/man install || die # these .so's are strange. they are from the make in programs/ above, # and are for apps built with winelib (windows sources built directly