keramida> A better fix would be to use the sh(1) way of conditionally setting a keramida> variable:
keramida> sendmail_program=${sendmail_program:-/usr/sbin/sendmail} keramida> Similarly for the rest of those ?= assignments. keramida> AFAIK, the ?= assignment style works in make rules. keramida> Perhaps that's where this came from :-) Thanks, that will teach me to write a script at 5:30 in the morning. I'll post a new version shortly. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message