--- bbpager-0.3.0-r1.ebuild Sat Oct 6 08:30:16 2001 +++ bbpager-0.3.0-r1.ebuild Wed Mar 6 23:19:35 2002 @@ -8,7 +8,7 @@ SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbpager" -DEPEND=">=x11-wm/blackbox-0.61" +DEPEND="virtual/blackbox" src_compile() { ./configure --prefix=/usr --host=${CHOST} || die @@ -23,6 +23,6 @@ pkg_postinst() { cd ${ROOT}usr/X11R6/bin/wm if [ ! "`grep bbpager blackbox`" ] ; then - sed -e "s/.*blackbox/exec \/usr\/bin\/bbpager \&\n&/" blackbox | cat > blackbox + sed -e "s:.*blackbox:exec /usr/bin/bbpager \&\n&:" blackbox | cat > blackbox fi }