aboutsummaryrefslogtreecommitdiff
path: root/textproc/kmfl-sil-ezra
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-19 11:25:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-19 11:25:29 +0000
commita2262e931305294882ca078238da1ce88deba4bb (patch)
tree84c7cf412c9b595212c74612c2651e087a7a7203 /textproc/kmfl-sil-ezra
parent86cad8dff1ee6acc3f95e860c18e2ecebfc20d7f (diff)
downloadports-a2262e931305294882ca078238da1ce88deba4bb.tar.gz
ports-a2262e931305294882ca078238da1ce88deba4bb.zip
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
Notes
Notes: svn path=/head/; revision=417110
Diffstat (limited to 'textproc/kmfl-sil-ezra')
-rw-r--r--textproc/kmfl-sil-ezra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/kmfl-sil-ezra/Makefile b/textproc/kmfl-sil-ezra/Makefile
index 454be3959daf..91be423f4f52 100644
--- a/textproc/kmfl-sil-ezra/Makefile
+++ b/textproc/kmfl-sil-ezra/Makefile
@@ -5,8 +5,8 @@ PORTNAME= kmfl-sil-ezra
PORTVERSION= 2.4
PORTREVISION= 5
CATEGORIES= textproc
-MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL251_Src.zip\&filename=/:1 \
- http://scripts.sil.org/cms/scripts/render_download.php\?site_id=nrsi\&format=file\&media_id=EzraSIL2.5Keying\&filename=/:2 \
+MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=EzraSIL251_Src.zip&filename=/:1 \
+ http://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=EzraSIL2.5Keying&filename=/:2 \
http://anthesphoria.net/FreeBSD/ports/distfiles/${DIST_SUBDIR}/:1,2
DISTFILES= EzraSIL251_Src.zip:1 \
Keying+in+Hebrew.pdf:2