diff options
Diffstat (limited to 'desktop/dwm/patches')
-rw-r--r-- | desktop/dwm/patches/config_mk.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/dwm/patches/config_mk.patch b/desktop/dwm/patches/config_mk.patch new file mode 100644 index 0000000000..bc5cea3094 --- /dev/null +++ b/desktop/dwm/patches/config_mk.patch @@ -0,0 +1,13 @@ +--- config.mk.orig 2009-04-20 20:25:24.000000000 -0400 ++++ config.mk 2009-04-20 20:25:38.000000000 -0400 +@@ -4,8 +4,8 @@ + # Customize below to fit your system + + # paths +-PREFIX = /usr/local +-MANPREFIX = ${PREFIX}/share/man ++PREFIX = /usr ++MANPREFIX = ${PREFIX}/man + + X11INC = /usr/X11R6/include + X11LIB = /usr/X11R6/lib |