summaryrefslogtreecommitdiff
path: root/chinese/pine4/files/pgpencrypt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:03:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 12:03:09 +0000
commit5c9c2e45c84edab906daf4916983ee059d0ab56d (patch)
tree14d1a12d3ae8a4e88dac5faa1cd7189b981a4c80 /chinese/pine4/files/pgpencrypt
parentRemove LEGAL entry about biology/blast (diff)
Remove non staged ports without pending PR from c*
Notes
Notes: svn path=/head/; revision=366865
Diffstat (limited to 'chinese/pine4/files/pgpencrypt')
-rw-r--r--chinese/pine4/files/pgpencrypt11
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/pine4/files/pgpencrypt b/chinese/pine4/files/pgpencrypt
deleted file mode 100644
index c1d821479a0c..000000000000
--- a/chinese/pine4/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 @@PREFIX@@/bin/pgpe ]
-then
- pgpe -s -a -r $*
-else
- pgp -feast $*
-fi