diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-20 22:17:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-20 22:17:18 +0000 |
commit | 716cef9e0a0ce99773c3f8d15ee76cac4d71ae95 (patch) | |
tree | e0233007a1dda648fd08ebd09049e061b8cd12ab /www/WebMagick | |
parent | Add @prefix@ to /etc/webmagickrc (diff) |
Swap patch-aa and patch-ab, order is sufficient
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/files/patch-aa | 12 | ||||
-rw-r--r-- | www/WebMagick/files/patch-ab | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index a82e2fdd8bc5..4adb9c3735cd 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -1,17 +1,17 @@ -*** webmagickrc.in.bak Tue Mar 24 07:45:52 1998 ---- webmagickrc.in Wed May 20 02:38:55 1998 +*** webmagick.in.bak Tue Mar 24 07:45:45 1998 +--- webmagick.in Thu May 21 02:06:06 1998 *************** -*** 32,38 **** +*** 249,255 **** # Name of per-directory rc file - # $opt_webmagickrc = '.webmagickrc'; + $opt_webmagickrc = '.webmagickrc'; # global rc files ! @global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); # File naming ---- 32,38 ---- +--- 249,255 ---- # Name of per-directory rc file - # $opt_webmagickrc = '.webmagickrc'; + $opt_webmagickrc = '.webmagickrc'; # global rc files ! @global_option_files = ("@prefix@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab index 4adb9c3735cd..a82e2fdd8bc5 100644 --- a/www/WebMagick/files/patch-ab +++ b/www/WebMagick/files/patch-ab @@ -1,17 +1,17 @@ -*** webmagick.in.bak Tue Mar 24 07:45:45 1998 ---- webmagick.in Thu May 21 02:06:06 1998 +*** webmagickrc.in.bak Tue Mar 24 07:45:52 1998 +--- webmagickrc.in Wed May 20 02:38:55 1998 *************** -*** 249,255 **** +*** 32,38 **** # Name of per-directory rc file - $opt_webmagickrc = '.webmagickrc'; + # $opt_webmagickrc = '.webmagickrc'; # global rc files ! @global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); # File naming ---- 249,255 ---- +--- 32,38 ---- # Name of per-directory rc file - $opt_webmagickrc = '.webmagickrc'; + # $opt_webmagickrc = '.webmagickrc'; # global rc files ! @global_option_files = ("@prefix@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}"); |