summaryrefslogtreecommitdiff
path: root/mail/exmh2
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-14 03:44:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-14 03:44:30 +0000
commit82e7f43069b3044ff1dc3ae8747aea51fa86f771 (patch)
treece6815bc9aa23437d3d2d0bd46135c03a7d3295b /mail/exmh2
parentChecksum changed on master site (diff)
Duh! Where's the pointy hat? :-)
(Translation: forgot to intialize the EXPECTK variable to {} so that if expectk is not installed, it doesn't cause bad tcl syntax) Pointed-out-by: several people
Notes
Notes: svn path=/head/; revision=7580
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/scripts/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 5315b344193e..133db86edc56 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: build,v 1.2 1996/12/31 21:27:02 peter Exp $
+# $Id: build,v 1.3 1997/07/02 04:59:54 peter Exp $
#
VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
@@ -9,6 +9,7 @@ DATE="`sed -ne 's/^set date \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
SEDFILE=sed.$$
EXPECT="{}"
+EXPECTK="{}"
FACES="{}"
DOMAIN="{}"
PGP="{}"