openbsd-ports/x11/icewm/patches/patch-doc_icewm-7_html
sturm 47cb794de3 - don't use CC as CXX, fixes build on sparc64
- sync patchfiles while here
2004-06-13 12:25:08 +00:00

26 lines
1.4 KiB
Plaintext

$OpenBSD: patch-doc_icewm-7_html,v 1.5 2004/06/13 12:25:08 sturm Exp $
--- doc/icewm-7.html.orig 2004-05-23 08:18:42.000000000 +0200
+++ doc/icewm-7.html 2004-06-13 13:38:31.000000000 +0200
@@ -25,8 +25,8 @@ directories:</P>
<DL>
<DT><B>$HOME/.icewm</B><DD><P>user's personal customization. This location can
be customized by setting the $ICEWM_PRIVCFG environment variable.</P>
-<DT><B>/etc/X11/icewm</B><DD><P>system-wide customized defaults</P>
-<DT><B>/usr/share/icewm OR /usr/local/share/icewm</B><DD><P>compiled-in default directory
+<DT><B>%%SYSCONFDIR%%/icewm</B><DD><P>system-wide customized defaults</P>
+<DT><B>%%PREFIX%%/share/icewm</B><DD><P>compiled-in default directory
with default files</P>
</DL>
</P>
@@ -34,8 +34,8 @@ with default files</P>
in the system/install directory can be overridden by the user by creating
the same directory hierarchy under <CODE>$HOME/.icewm</CODE>.</P>
<P>To customize icewm yourself, you should create the $HOME/.icewm directory and copy
-the files that you wish to modify (preferences, winoptions),from /etc/X11/icewm,
-/usr/share/icewm or /usr/local/share/icewm and then modify as you like.</P>
+the files that you wish to modify (preferences, winoptions),from %%SYSCONFDIR%%/icewm,
+or %%PREFIX%%/share/icewm and then modify as you like.</P>
<P>To customize the default themes, you should create the $HOME/.icewm/themes directory
and copy all the theme files there and then modify as necessary.</P>