--- ebuild.sh Tue Oct 21 22:04:47 2003 +++ ebuild.sh.new Sun Nov 16 06:01:44 2003 @@ -46,6 +46,13 @@ # Make sure it's before everything so we don't mess aliases that follow. unalias -a +if [ "$USERLAND" == "BSD" ]; then + alias make=gmake + alias tar=gtar + alias patch=gpatch + alias sed=gsed +fi + # Unset some variables that break things. unset GZIP BZIP BZIP2 CDPATH