diff options
Diffstat (limited to 'mail/ripmime')
-rw-r--r-- | mail/ripmime/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message index 3a8d451db1a3..9483ab9c8105 100644 --- a/mail/ripmime/pkg-message +++ b/mail/ripmime/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM You have installed RipMIME, a utility to extract attachments from MIME-encoded email messages. @@ -5,3 +8,6 @@ If you have an MIME encoded archive (say from sendmail's output) called recvmail001.mime and you wish to unpack it to a directory (which already exists) called "/var/tmp/unpack", then you would type: ripmime -i recvmail001.mime -d /var/tmp/unpack +EOM +} +] |