summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-26 19:06:34 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-26 19:06:34 +0000
commiteb3358e855f7f0b9202a180e9c10adc1777c3e68 (patch)
tree893e0296850e6597cb8dc550a1dc6eac6aa9f176 /mail/qmail
parentConnect mldonkey-gui port to build after being repo copied from (diff)
Style fix: replace the 8 for the 7 bits quote character
Notes
Notes: svn path=/head/; revision=74044
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index 218aebe717f0..83aad66bd64c 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -359,7 +359,7 @@ disable-sendmail: thereal-disable-sendmail
@${ECHO_MSG} "===> You just told your system to not"
@${ECHO_MSG} "===> automaticaly start sendmail on your"
@${ECHO_MSG} "===> next startup."
- @${ECHO_MSG} "===> (i.e., added sendmail_enable=\¨NO\¨ to rc.conf)"
+ @${ECHO_MSG} "===> (i.e., added sendmail_enable=\"NO\" to rc.conf)"
@if [ -f ${RC_CONF_FILE} ]; \
then \
${ECHO_CMD} sendmail_enable=\"NO\" >> ${RC_CONF_FILE} ; \
@@ -370,7 +370,7 @@ enable-sendmail: thereal-disable-sendmail
@${ECHO_MSG} "===> You just told your system to"
@${ECHO_MSG} "===> automaticaly start sendmail on your"
@${ECHO_MSG} "===> next startup."
- @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\¨NO\¨ from rc.conf)"
+ @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\"NO\" from rc.conf)"
enable-qmail: install disable-sendmail
@if [ -f ${MAILER_CONF_FILE} ]; \
@@ -380,7 +380,7 @@ enable-qmail: install disable-sendmail
else \
${ECHO_MSG} "===> ERROR: YOU DO NOT HAVE A VALID ${MAILER_CONF_FILE}" ; \
${ECHO_MSG} "===> FIX this and try again" ; \
- ${ECHO_MSG} "===> or, do \¨make force_enable_qmail\¨ if you are sure" ; \
+ ${ECHO_MSG} "===> or, do \"make force_enable_qmail\" if you are sure" ; \
${ECHO_MSG} "===> you want this port replacing some binaries" ; \
${ECHO_MSG} "===> IF THIS FEELS UNEASY, read ${PREFIX}/${DOCDIR}/REMOVE.sendmail and do it manually" ; \
${ECHO_MSG} "" ; \
@@ -398,7 +398,7 @@ enable-qmail: install disable-sendmail
@${ECHO_MSG} "===> Do not forget to choose an appropriate qmail startup"
@${ECHO_MSG} "===> script. Go through ${PREFIX}/boot, choose one"
@${ECHO_MSG} "===> and copy the chosen script as ${PREFIX}/rc"
- @${ECHO_MSG} "===> For example, \¨cp ${PREFIX}/boot/proc+df ${PREFIX}/rc\¨"
+ @${ECHO_MSG} "===> For example, \"cp ${PREFIX}/boot/proc+df ${PREFIX}/rc\""
# taken from mail/postfix idea
force-enable-qmail: install disable-sendmail