freebsd-ports/x11-wm/wmakerconf/files/patch-aa
Kirill Ponomarev 392bffe5b2 Update to version 2.9.1
PR:		ports/68394
Submitted by:	Ports Fury
2004-06-27 18:14:11 +00:00

9 lines
317 B
Text

--- scripts/wget.pl.orig Mon Jan 26 07:20:31 2004
+++ scripts/wget.pl Wed Jun 2 01:56:42 2004
@@ -1,5 +1,5 @@
quit ("Wget not installed") if $wwwget eq "";
-$rc = system ("$wwwget --quiet -c --tries=0 -O$tmpfile '$url'");
+$rc = system ("$wwwget --q -o $tmpfile '$url'");
quit ("HTTP response error.") if $rc;