Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2018 08:04:07 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Steve Wills <swills@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r485910 - head/ftp/rexx-curl
Message-ID:  <mupw-s4k8-wny@FreeBSD.org>
In-Reply-To: <zhtw-s4qm-wny@FreeBSD.org> (Jan Beich's message of "Mon, 26 Nov 2018 08:00:17 %2B0100")
References:  <201811260148.wAQ1mg1o025143@repo.freebsd.org> <zhtw-s4qm-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> writes:

> Steve Wills <swills@FreeBSD.org> writes:
>
>>  post-patch:
>>  	@${REINPLACE_CMD} -e "s| -lc | |g" \
>> -		-e "/\$.sharedir)\/images/d" \
>> +		-e "/$$.sharedir)\/images/d" \
>
> - -e "s| -lc | |g" looks obsolete
> - $$.sharedir) looks like a typo from $(sharedir)

Oops, given " (double quotes) are used $ have to be escaped from both
sh(1) and make(1): $(sharedir) -> \$$(sharedir)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?mupw-s4k8-wny>