From 33aeb84146e1fde05ee2cb4297f844707daa6b67 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Tue, 28 Oct 2003 23:34:18 +0000 Subject: Add missing quote in Makefile. PR: 56010 Submitted by: Roman Neuhauser --- mail/cclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/cclient') 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 -- cgit