How to get the install config options back?

2006-09-04 Thread Andreas Widerøe Andersen

Hi,
When I install a new port (Ie. php5) I early get a config options box where
I can choose various add-ons.

However, if the installation fails or I abort it somehow I can't seem to get
the option box back the next time I want to install the port again.

How can I get this box back so I can make changes to the installation
options?

Thanks,
Andreas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get the install config options back?

2006-09-04 Thread Vasile C
On Monday 04 September 2006 13:54, Andreas Widerøe Andersen wrote:
 Hi,
 When I install a new port (Ie. php5) I early get a config options box where
 I can choose various add-ons.

 However, if the installation fails or I abort it somehow I can't seem to
 get the option box back the next time I want to install the port again.

 How can I get this box back so I can make changes to the installation
 options?

 Thanks,
 Andreas
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

cd /usr/ports/lang/php5  make config install clean

-- 
In case something goes wrong use ..
BOFH excuse #292:
We ran out of dial tone and we're and waiting for the phone company to deliver 
another bottle

PGP: http://www.new-order.org/public.key


pgpnCbF7fPnO5.pgp
Description: PGP signature


Re: How to get the install config options back?

2006-09-04 Thread Alexander Sashurin

*This message was transferred with a trial version of CommuniGate(r) Pro*
Andreas Widerøe Andersen wrote:

*This message was transferred with a trial version of CommuniGate(r) Pro*
Hi,
When I install a new port (Ie. php5) I early get a config options box 
where

I can choose various add-ons.

However, if the installation fails or I abort it somehow I can't seem 
to get

the option box back the next time I want to install the port again.

How can I get this box back so I can make changes to the installation
options?

Thanks,
Andreas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



make clean doesn't help?
what about make config?

--
With best regards, 
	Alexander Sashurin a.k.a. ZetRooT or ZetDaemonRoot
- - - - - - - - - - - - - - - - - - - 
| Mailto: [EMAIL PROTECTED] |

| ICQ: 258820442   |
| Mobile: +7-916-195-89-11 |
| Jabber: zetroot  |
| irc: irc.wenet.ru, _ZetRooT_ |
- - - - - - - - - - - - - - - - - - - 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get the install config options back?

2006-09-04 Thread Jonathan Horne
On Monday 04 September 2006 09:25, Alexander Sashurin wrote:
 *This message was transferred with a trial version of CommuniGate(r) Pro*

 Andreas Widerøe Andersen wrote:
  *This message was transferred with a trial version of CommuniGate(r) Pro*
  Hi,
  When I install a new port (Ie. php5) I early get a config options box
  where
  I can choose various add-ons.
 
  However, if the installation fails or I abort it somehow I can't seem
  to get
  the option box back the next time I want to install the port again.
 
  How can I get this box back so I can make changes to the installation
  options?
 
  Thanks,
  Andreas
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 make clean doesn't help?
 what about make config?

other option would be to:

make rmconfig

cheers,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]