aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exmh2
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-14 11:44:30 +0800
committerpeter <peter@FreeBSD.org>1997-08-14 11:44:30 +0800
commit6bf6279de92dc4cbc3badc5131140320b50d7fe0 (patch)
tree014f70761132dc7046e34b811a77f0b031b867fc /mail/exmh2
parent22775efcbad6500243dc3163b5718e1b9415b249 (diff)
downloadfreebsd-ports-gnome-6bf6279de92dc4cbc3badc5131140320b50d7fe0.tar.gz
freebsd-ports-gnome-6bf6279de92dc4cbc3badc5131140320b50d7fe0.tar.zst
freebsd-ports-gnome-6bf6279de92dc4cbc3badc5131140320b50d7fe0.zip
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
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="{}"