aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-05-21 06:03:39 +0800
committerache <ache@FreeBSD.org>1998-05-21 06:03:39 +0800
commitc3fb69fe7581747a5ace6e490b8738c3260f4885 (patch)
tree3e38c01671051a834cb29d7504f72f9670ba5a84 /www
parent601510d2cbf434a0d318f467844d6d10f060baac (diff)
downloadfreebsd-ports-gnome-c3fb69fe7581747a5ace6e490b8738c3260f4885.tar.gz
freebsd-ports-gnome-c3fb69fe7581747a5ace6e490b8738c3260f4885.tar.zst
freebsd-ports-gnome-c3fb69fe7581747a5ace6e490b8738c3260f4885.zip
Add @prefix@ to /etc/webmagickrc
Diffstat (limited to 'www')
-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