--- Makefile.orig 2009-12-01 13:37:53.000000000 -0500 +++ Makefile 2010-07-25 11:48:16.234544338 -0400 @@ -15,19 +15,19 @@ # Paths # INSTDIR - the default root directory for the package -INSTDIR=/usr/local +INSTDIR=/usr # MANDIR - the directory to install man pages to -MANDIR=$(INSTDIR)/man +MANDIR=$(INSTDIR)/share/man # LIB_PATH - the root dir for library files -LIB_PATH=$(INSTDIR)/lib/X11/ProcMeter3 +LIB_PATH=$(INSTDIR)/lib/ProcMeter3 # MOD_PATH - the path modules are stored in MOD_PATH=$(LIB_PATH)/modules # RC_PATH - file the procmeterrc is stored in -RC_PATH=$(LIB_PATH) +RC_PATH=/etc # Programs