freebsd-ports/textproc/kmfl-sil-ipa-unicode
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
..
files
distinfo
Makefile Remove unnecessary evals that do-fetch was using. 2016-06-19 11:25:29 +00:00
pkg-descr - Fix trailing whitespace in pkg-descrs, categories [p-x]* 2016-05-19 10:53:05 +00:00
pkg-plist