diff options
author | matusita <matusita@FreeBSD.org> | 2004-12-21 08:56:43 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-12-21 08:56:43 +0800 |
commit | c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a (patch) | |
tree | fe93461681e1a3db7602cfe42535cddc20b46107 /mail | |
parent | a17f8989153c498cc07c50aae3e58c602482e59e (diff) | |
download | freebsd-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/Makefile | 2 |
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 |