URI: 
       Changing config.mk to standard suckless behaviour. - thingmenu - A simple graphical menu launcher for X11.
  HTML git clone git://bitreich.org/thingmenu
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit d8eb104a4ebbb9b4b7947b13705332798f8dfb25
   DIR parent 1055c15ee9a299f0e496c39532e80bb8ed722dea
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun,  5 Feb 2012 12:41:19 +0100
       
       Changing config.mk to standard suckless behaviour.
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       @@ -5,7 +5,7 @@ VERSION = 0.8
        # Customize below to fit your system
        
        # paths
       -PREFIX ?= /usr/local
       +PREFIX = /usr/local
        MANPREFIX = ${PREFIX}/share/man
        
        X11INC = /usr/X11R6/include