diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-03-29 02:38:16 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-03-29 02:38:16 +0000 |
commit | 5939826f079639db851b8fc19acde7faa4ffa5d4 (patch) | |
tree | 87efa04567d5985e05380e4813670bd1f21ee98e /mail | |
parent | d88ecff08a0321752da466a0c902b81e54978871 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 2231d9a1daed..fc53bfb1d3fb 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -188,7 +188,7 @@ post-install: @if [ "x`${LOCALBASE}/sbin/postconf -h myhostname`" != "xlocalhost" ]; then \ ${ECHO_CMD} ""; \ ${ECHO_CMD} "Your Postfix hostname is non-default."; \ - ${ECHO_CMD} -n "You must add \"\$$SMTPHOST = "; \ + ${ECHO_CMD} -n "You must add \"SMTPHOST = "; \ ${ECHO_CMD} -n `${LOCALBASE}/sbin/postconf -h myhostname`; \ ${ECHO_CMD} "\" to the bottom of mm_cfg.py."; \ ${ECHO_CMD} ""; \ |