Subject: Re: [BUG] security/openssl post-patch: is WRONG.
To: Michal Pasternak <michal@pasternak.w.lub.pl>
From: None <cube@cubidou.net>
List: tech-pkg
Date: 09/11/2003 17:46:14
On Thu, Sep 11, 2003 at 05:37:34PM +0200, Michal Pasternak wrote:
>                 ${SED} -e "s/@MAKE@/${MAKE}/" ${WRKSRC}/$$i >           \
> 
> if ${MAKE} contains slashes - just like here (RedHat 8.0 and pkgsrc) - the
> sed will return errors. I don't know how this should be handled (I mean -
> yes, backslash it, but how to do that from pkgsrc?) - but correcting this
> issue is important. Ah, could anyone check for this bug in other packages? 

s,@MAKE@,${MAKE:S/,/\,/},

Quentin Garnier.