aboutsummaryrefslogtreecommitdiff
path: root/mail/cclient
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2003-10-28 23:34:18 +0000
committerAnders Nordby <anders@FreeBSD.org>2003-10-28 23:34:18 +0000
commit33aeb84146e1fde05ee2cb4297f844707daa6b67 (patch)
tree19cb54aa3456ca313a756fd1a5227f4a0976bdae /mail/cclient
parent92ae0359e816b494e3f11a311d686a54b399c1fa (diff)
downloadports-33aeb84146e1fde05ee2cb4297f844707daa6b67.tar.gz
ports-33aeb84146e1fde05ee2cb4297f844707daa6b67.zip
Add missing quote in Makefile.
PR: 56010 Submitted by: Roman Neuhauser <roman@bellavista.cz>
Notes
Notes: svn path=/head/; revision=92497
Diffstat (limited to 'mail/cclient')
-rw-r--r--mail/cclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index a81a6a9a08bc..4f064d62d2cb 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -87,7 +87,7 @@ post-install:
.if !defined(WITHOUT_SSL)
@${ECHO} "================================================================================"
@${ECHO} "Warning: You have chosen to include SSL support. Applications/ports that use"
- @${ECHO} "the cclient library but do not support SSL may stop working or have problems
+ @${ECHO} "the cclient library but do not support SSL may stop working or have problems"
@${ECHO} "linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help."
@${ECHO} "================================================================================"
.endif