freebsd-ports/graphics/waifu2x-converter-cpp
Mathieu Arnold a2262e9313 Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:29 +00:00
..
distinfo Change how the icon file is fetched, so that its name is more plain. 2016-05-18 11:59:57 +00:00
Makefile Remove unnecessary evals that do-fetch was using. 2016-06-19 11:25:29 +00:00
pkg-descr