diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/ripmime | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) | |
download | freebsd-ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip |
onvert to UCL & cleanup pkg-message (categories l-m)
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 +} +] |