diff options
author | wxs <wxs@FreeBSD.org> | 2011-03-29 10:38:16 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-03-29 10:38:16 +0800 |
commit | 2d6f05a0c920a04cdc4907167a6e7e225f4393a3 (patch) | |
tree | b1f0ce69d65795200cab501e2bc3056094063b53 /mail/mailman/Makefile | |
parent | 310e7612b2f490135fde93edc457597364d73f73 (diff) | |
download | freebsd-ports-gnome-2d6f05a0c920a04cdc4907167a6e7e225f4393a3.tar.gz freebsd-ports-gnome-2d6f05a0c920a04cdc4907167a6e7e225f4393a3.tar.zst freebsd-ports-gnome-2d6f05a0c920a04cdc4907167a6e7e225f4393a3.zip |
Fix post-install documentation.
PR: ports/155530
Submitted by: Thomas A. Limoncelli <tal@whatexit.org>
Diffstat (limited to 'mail/mailman/Makefile')
-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} ""; \ |