diff options
author | ache <ache@FreeBSD.org> | 2000-01-23 02:14:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-01-23 02:14:16 +0800 |
commit | 7e155252832efe60fbf1594480da4aba25c95eae (patch) | |
tree | d41468a86ec79b44e019d62bf6c46fe6f7958de6 /www | |
parent | fd4a664152100b7c0de155b12b8abfac003e9854 (diff) | |
download | freebsd-ports-graphics-7e155252832efe60fbf1594480da4aba25c95eae.tar.gz freebsd-ports-graphics-7e155252832efe60fbf1594480da4aba25c95eae.tar.zst freebsd-ports-graphics-7e155252832efe60fbf1594480da4aba25c95eae.zip |
temp disable rm_rf since removes too much
Diffstat (limited to 'www')
-rw-r--r-- | www/w3mir/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/w3mir/files/patch-ab b/www/w3mir/files/patch-ab new file mode 100644 index 00000000000..c206fbdbb9b --- /dev/null +++ b/www/w3mir/files/patch-ab @@ -0,0 +1,10 @@ +--- w3mir.PL.bak Fri May 28 23:35:19 1999 ++++ w3mir.PL Sat Jan 22 21:10:17 2000 +@@ -2322,6 +2322,7 @@ + + + sub rm_rf { ++die; + # Recursively remove directories and other files + # File::Path::rmtree does a similar thing but the messages are wrong + |