diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-18 06:12:19 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-18 06:12:19 +0000 |
commit | cb8f8186a8c2a00c7e624c93a7a1fdbbb01d59b7 (patch) | |
tree | e145e02dcc35af8d5093b246765869476b9205f7 /mail | |
parent | Join SIZEify movement here; add a SIZE line. (diff) |
Grammer fix to pre-fetch message. No package content changes, no bumps.
Notes
Notes:
svn path=/head/; revision=104391
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/popfile/Makefile b/mail/popfile/Makefile index 8559ab6fbe4a..8b4e7be3e2ec 100644 --- a/mail/popfile/Makefile +++ b/mail/popfile/Makefile @@ -74,8 +74,8 @@ pre-fetch: @${ECHO_CMD} " applied to POPFile itself, and install japanese/p5-jcode.pl." .endif @${ECHO_CMD} "" - @${ECHO_CMD} "Both option are just add runtime (perl) module dependency; you can" - @${ECHO_CMD} "install databases/p5-BerkeleyDB and japanese/p5-Text-Kakasi separately." + @${ECHO_CMD} "Both options just add runtime (perl) module dependencies; you can install" + @${ECHO_CMD} "databases/p5-BerkeleyDB and/or japanese/p5-Text-Kakasi separately." @${ECHO_CMD} "" post-patch: |