On Sat, Jul 12, 2008 at 03:11:18PM -0400, Juan Miscaro wrote: > Hi, I have a script that I use to automate server installations. > Every time I come to the point of installing a port with a certain > flavor: > > postfix with sasl2/mysql > > I can never get it to work. > > I thought I had it working before by putting in the Makefile: > > FLAVORS= sasl2 mysql > > but this is ignored. > > Putting the following in the script also barfs: > > env FLAVOR="sasl2 mysql" > > What am I missing? > > /juan
No idea, since you're not giving your actual script. cd /usr/ports && SUBDIR=mail/postfix/stable,sasl2,mysql SUDO=sudo make install BULK=Yes should more or less work.