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

Reply via email to