diff options
author | matusita <matusita@FreeBSD.org> | 2004-03-18 14:12:19 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-03-18 14:12:19 +0800 |
commit | abc496bc0ef9e54ebe9ea4242bf25296d85d4ba0 (patch) | |
tree | 0120c96b90c3d0ea5a358dcf983c4337c984854d /mail | |
parent | ac1b1d96d199c115dd54904b150f9ca965c5e05e (diff) | |
download | freebsd-ports-gnome-abc496bc0ef9e54ebe9ea4242bf25296d85d4ba0.tar.gz freebsd-ports-gnome-abc496bc0ef9e54ebe9ea4242bf25296d85d4ba0.tar.zst freebsd-ports-gnome-abc496bc0ef9e54ebe9ea4242bf25296d85d4ba0.zip |
Grammer fix to pre-fetch message. No package content changes, no bumps.
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: |