1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Avoid a bug in sed (already fixed in -current & -stable) when

/etc/malloc.conf -> AJ
Ignored by: maintainer
This commit is contained in:
Brian Somers 1998-10-01 18:38:06 +00:00
parent 66bbf9dad0
commit 1276e1df16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13582

View File

@ -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