From 9546ff61a1e8b528317cd581f15236684dd89497 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 21 Mar 2010 05:17:15 +0000 Subject: [PATCH] fixed .bep file for openssh, seems it doesn't need automake, and that slash before make was tripping it up. --- net-misc/openssh/openssh-5.4p1.bep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/openssh/openssh-5.4p1.bep b/net-misc/openssh/openssh-5.4p1.bep index 74603ef24..920288f5c 100644 --- a/net-misc/openssh/openssh-5.4p1.bep +++ b/net-misc/openssh/openssh-5.4p1.bep @@ -17,12 +17,11 @@ BUILD { libtoolize --force --copy --install aclocal -I m4 autoconf - automake ./configure --prefix=/boot/common \ --sbindir=/boot/common/bin \ --bindir=/boot/common/bin \ --libexecdir=/boot/common/bin \ - --with-md5-passwords \ + --with-md5-passwords make }