summaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-05-20 22:03:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-05-20 22:03:39 +0000
commitc4a82e9453aba6b19f45fa2fa3254b628f8cf092 (patch)
treed76fb171186493ab5b863a86761067a906e98854 /www/WebMagick
parent3.0 -> 3.0.2 (diff)
Add @prefix@ to /etc/webmagickrc
Notes
Notes: svn path=/head/; revision=11082
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab
new file mode 100644
index 000000000000..4adb9c3735cd
--- /dev/null
+++ b/www/WebMagick/files/patch-ab
@@ -0,0 +1,19 @@
+*** webmagick.in.bak Tue Mar 24 07:45:45 1998
+--- webmagick.in Thu May 21 02:06:06 1998
+***************
+*** 249,255 ****
+ # Name of per-directory rc file
+ $opt_webmagickrc = '.webmagickrc';
+ # global rc files
+! @global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}");
+
+
+ # File naming
+--- 249,255 ----
+ # Name of per-directory rc file
+ $opt_webmagickrc = '.webmagickrc';
+ # global rc files
+! @global_option_files = ("@prefix@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}");
+
+
+ # File naming