From: ivan Date: Fri, 9 May 2003 06:14:57 +0000 (+0000) Subject: freebsd install X-Git-Tag: freeside_1_4_1rc3~15 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0040b2ea4e67d6bf1902c497bbd10142c5200c4b;p=freeside.git freebsd install --- diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL index f42699c14..28a453ab3 100755 --- a/install/freebsd/INSTALL +++ b/install/freebsd/INSTALL @@ -17,5 +17,5 @@ for port in `grep -v '^ *#' ports`; do portinstall -P -R $port || exit done -perl -MCPAN -e"install Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard" +for a in Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard; do perl -MCPAN -e"install $a"; done