aboutsummaryrefslogtreecommitdiff
path: root/devel/tcllib
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-28 20:19:18 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-28 20:19:18 +0000
commitde8bfc205a471ca74599a90eb7c9ae2d9341944f (patch)
tree4f80771473db5df1845664a3203a192ef4119864 /devel/tcllib
parentad1bc7ee873f849d1d9bbb95803e3d130035f899 (diff)
downloadports-de8bfc205a471ca74599a90eb7c9ae2d9341944f.tar.gz
ports-de8bfc205a471ca74599a90eb7c9ae2d9341944f.zip
Notes
Diffstat (limited to 'devel/tcllib')
-rw-r--r--devel/tcllib/files/patch-wget5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/tcllib/files/patch-wget b/devel/tcllib/files/patch-wget
new file mode 100644
index 000000000000..1d4c1e742839
--- /dev/null
+++ b/devel/tcllib/files/patch-wget
@@ -0,0 +1,5 @@
+--- modules/doctools/mpformats/_html.tcl Mon Jan 21 12:55:23 2002
++++ modules/doctools/mpformats/_html.tcl Mon Jan 28 15:15:02 2002
+@@ -29 +29 @@
+-proc wget {url} {exec /usr/bin/wget -q -O - $url 2>/dev/null}
++proc wget {url} {exec /usr/bin/fetch -q -o - $url 2>/dev/null}