diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-04 21:54:32 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-04-04 21:54:32 +0000 |
| commit | 9be2fdaa6730d00c459bd98ea03c7a2ec2644736 (patch) | |
| tree | b05eaaa26b0899c325ca09cb2e3b8eb733ab5e84 /mail/pine4-ssl/files/pgpencrypt | |
| parent | 74d418c094dafac532db3ecb7225ffea596636e0 (diff) | |
Scrap pine4-ssl port as a separate entity. Shortly the pine4 port will
get a WITH_SSL=yes option, hopefully.
Diffstat (limited to 'mail/pine4-ssl/files/pgpencrypt')
| -rw-r--r-- | mail/pine4-ssl/files/pgpencrypt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/pine4-ssl/files/pgpencrypt b/mail/pine4-ssl/files/pgpencrypt deleted file mode 100644 index 3baa1d2739eb..000000000000 --- a/mail/pine4-ssl/files/pgpencrypt +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# ---------- pgpencrypt --------- -# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de> -# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au> -# Modified to work with both PGP v2 and PGP v5. -if [ -x /usr/local/bin/pgpe ] -then - pgpe -s -a -r $* -else - pgp -feast $* -fi |
