diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-20 22:03:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-20 22:03:39 +0000 |
commit | c4a82e9453aba6b19f45fa2fa3254b628f8cf092 (patch) | |
tree | d76fb171186493ab5b863a86761067a906e98854 /www/WebMagick | |
parent | 056059a9411bebb4fd6e979a1b69839b06ddbd84 (diff) | |
download | ports-c4a82e9453aba6b19f45fa2fa3254b628f8cf092.tar.gz ports-c4a82e9453aba6b19f45fa2fa3254b628f8cf092.zip |
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r-- | www/WebMagick/files/patch-ab | 19 |
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 |