aboutsummaryrefslogtreecommitdiff
path: root/mail/exmh2/scripts
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-07-08 10:49:32 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-07-08 10:49:32 +0000
commit8a4bfb5b1609956e03738c2689ffa7b7401ee984 (patch)
treea9710264437ad74ba9e1cbc262e879ff9fa3b5d4 /mail/exmh2/scripts
parent3ecb0f40c135a77328d6f9a6147e866450fd897c (diff)
downloadports-8a4bfb5b1609956e03738c2689ffa7b7401ee984.tar.gz
ports-8a4bfb5b1609956e03738c2689ffa7b7401ee984.zip
Use some new vendor patches - but one doesn't even apply.. sigh.
Also, install a missing file needed for running pgp in expectk mode (which is much nicer BTW since it can figure out the correct decrypt key). Tweak expectk mode so that it copes with a slight output variation on a non-US version of pgp (2.6.3ia). It appears the US version prints: Key for user ID "Peter Wemm <peter@netplex.com.au>" while the international version prints: Key for user ID: Peter Wemm <peter@netplex.com.au> I cannot follow tcl syntax very well, so this is my best guess..
Notes
Notes: svn path=/head/; revision=11785
Diffstat (limited to 'mail/exmh2/scripts')
-rw-r--r--mail/exmh2/scripts/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/install b/mail/exmh2/scripts/install
index 796553a06b82..1ff93a3c18d1 100644
--- a/mail/exmh2/scripts/install
+++ b/mail/exmh2/scripts/install
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: install,v 1.1.1.1 1996/10/10 15:00:53 peter Exp $
+# $Id: install,v 1.2 1996/12/31 21:27:03 peter Exp $
#
VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
@@ -23,7 +23,7 @@ then
mkdir ${PREFIX}/lib/exmh-${VERSION}
fi
-LIBFILES='lib/*.tcl lib/*.bitmap lib/help.* lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au'
+LIBFILES='lib/*.tcl lib/*.bitmap lib/help.* lib/tclIndex lib/app-defaults lib/app-defaults-* lib/*.mask lib/*.exp lib/mime.types lib/*.au lib/PgpDecryptExpect'
echo "install -c -o bin -g bin -m 444 ${LIBFILES} ${PREFIX}/lib/exmh-${VERSION}"
install -c -o bin -g bin -m 444 ${LIBFILES} ${PREFIX}/lib/exmh-${VERSION}