=================================================================== RCS file: /cvs/openbsd/update_openbsd/make_SMTPAUTH_sendmail,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- openbsd/update_openbsd/make_SMTPAUTH_sendmail 2009/03/13 18:55:43 1.4 +++ openbsd/update_openbsd/make_SMTPAUTH_sendmail 2009/05/06 17:48:59 1.5 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: make_SMTPAUTH_sendmail,v 1.3 2008/11/03 18:45:15 andrew Exp $ +# $RedRiver: make_SMTPAUTH_sendmail,v 1.4 2009/03/13 17:55:43 andrew Exp $ pkg_info -e cyrus-sasl-* > /dev/null if [ $? -ne 0 ]; then @@ -15,7 +15,7 @@ local _tempfile local _oldmakeconf=$MAKECONF if [ X"$MAKECONF" == X"" ]; then - $MAKECONF=/etc/mk.conf + MAKECONF=/etc/mk.conf fi grep -q ^WANT_SMTPAUTH=[Yy][Ee][Ss] $MAKECONF