svn commit: r485910 - head/ftp/rexx-curl

Jan Beich jbeich at FreeBSD.org
Mon Nov 26 07:04:12 UTC 2018


Jan Beich <jbeich at FreeBSD.org> writes:

> Steve Wills <swills at 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)


More information about the svn-ports-all mailing list