summaryrefslogtreecommitdiffstats
path: root/mail/exmh2
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-01 18:38:06 +0000
committerbrian <brian@FreeBSD.org>1998-10-01 18:38:06 +0000
commit91c7822ff631cbd4261950758c52cd4d69323701 (patch)
treec22f40fd018139f9c1cb5761be799c5d304a4893 /mail/exmh2
parent98e4be86bc0a6326964156a8994ac6da081b6f02 (diff)
downloadFreeBSD-ports-91c7822ff631cbd4261950758c52cd4d69323701.zip
FreeBSD-ports-91c7822ff631cbd4261950758c52cd4d69323701.tar.gz
Avoid a bug in sed (already fixed in -current & -stable) when
/etc/malloc.conf -> AJ Ignored by: maintainer
Diffstat (limited to 'mail/exmh2')
-rw-r--r--mail/exmh2/scripts/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build
index 536bcfa..f4913aa 100644
--- a/mail/exmh2/scripts/build
+++ b/mail/exmh2/scripts/build
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: build,v 1.5 1997/08/21 08:09:56 peter Exp $
+# $Id: build,v 1.6 1998/03/20 09:28:16 markm Exp $
#
VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
@@ -67,7 +67,7 @@ sed <${FILESDIR}/${CONFIGFILE} \
-e "s+!!PLAY!!+${PLAY}+g" \
-e "s+!!VERSION!!+${VERSION}+g" \
-e "s+!!DATE!!+${DATE}+g" \
- | sed -e 's/$/\\/' >> ${SEDFILE}
+ | sed -e 's/$/\\/' -e '$ s/.$//' >> ${SEDFILE}
for i in exmh-async exmh-bg exmh ftp.expect
do
OpenPOWER on IntegriCloud