aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2004-12-21 08:56:43 +0800
committermatusita <matusita@FreeBSD.org>2004-12-21 08:56:43 +0800
commitc1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a (patch)
treefe93461681e1a3db7602cfe42535cddc20b46107 /mail
parenta17f8989153c498cc07c50aae3e58c602482e59e (diff)
downloadfreebsd-ports-gnome-c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a.tar.gz
freebsd-ports-gnome-c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a.tar.zst
freebsd-ports-gnome-c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a.zip
Fix ECHO_CMD string, missing double-quote. Pointy hat to me...
PR: ports/75325 Submitted by: Jin-Shan Tseng
Diffstat (limited to 'mail')
-rw-r--r--mail/popfile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile
index 2c48061a0ced..18fc1d9f3629 100644
--- a/mail/popfile/Makefile
+++ b/mail/popfile/Makefile
@@ -94,7 +94,7 @@ pre-fetch:
@${ECHO_CMD} " (Kanji Kana Simple Inverter.) If you need Japanese email support,"
@${ECHO_CMD} " enable this option to install japanese/p5-Text-Kakasi."
.if ${PERL_LEVEL} < 500800
- @${ECHO_CMD} " If you still using perl 5.6 or before, a hacky patch (use jcode.pl
+ @${ECHO_CMD} " If you still using perl 5.6 or before, a hacky patch (use jcode.pl"
@${ECHO_CMD} " instead of Encode::from_to) is applied for using POPFile."
.endif