On Wednesday April 18, 2007 at 02:16:28 (PM) Ray wrote:

> Hello all,
> I have been trying to work with postfix from the ports collection.
> I need to rebuild it to include mysql support. I tried 
> #make deinstall
> but a subsequent
> #make install 
> doesn't give me the options screen.
> what is the way to either remove the stored configuration file, or to 
> manually 
> pass the parameters to make.  A look at the Makefile and the other files 
> in /usr/ports/mail/postfix didn't turn up any hints.
> Thanks,
> Ray

cd to the postfix port you want to install  

    make rmconfig
    make config

If you want to check all of the dependencies:

    make config-recursive

make deinstall
make clean
make install && make clean

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

Reply via email to