diff options
author | matusita <matusita@FreeBSD.org> | 2004-12-21 00:56:43 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-12-21 00:56:43 +0000 |
commit | c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a (patch) | |
tree | fe93461681e1a3db7602cfe42535cddc20b46107 /mail/popfile | |
parent | a17f8989153c498cc07c50aae3e58c602482e59e (diff) | |
download | FreeBSD-ports-c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a.zip FreeBSD-ports-c1fa6bcbf2f3d258ca14954c67b09ddaf59cf57a.tar.gz |
Fix ECHO_CMD string, missing double-quote. Pointy hat to me...
PR: ports/75325
Submitted by: Jin-Shan Tseng
Diffstat (limited to 'mail/popfile')
-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 2c48061..18fc1d9 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 |