--- Makefile.org	2006-05-04 21:06:18.000000000 -0700
+++ Makefile	2006-05-04 21:06:30.000000000 -0700
@@ -5,28 +5,28 @@
 
 # note: TCLSH and WISH must include path as they are used
 # as shell interpreters inside scripts (using the #! syntax)
-TCLSH = /usr/bin/tclsh
+TCLSH = __PREFIX__/bin/tclsh
 
 # only use as the temporary installation directory, such as from a rpm
 # specification file, otherwise change the directories below instead:
-ROOTDIR =
+ROOTDIR = __DESTROOT__
 
 # you may change the directories below:
 BASEDIR =
-LIBDIR = $(BASEDIR)/usr/lib
-SBINDIR = $(BASEDIR)/usr/sbin
-ETCDIR = $(BASEDIR)/etc
+LIBDIR = __PREFIX__/lib
+SBINDIR = __PREFIX__/sbin
+ETCDIR = __PREFIX__/etc
 # where the dashboards should be according to the Filesystem Hierarchy Standard:
-DATADIR = $(BASEDIR)/srv
-INITDIR = $(BASEDIR)/etc/rc.d/init.d
-MANDIR = $(BASEDIR)/usr/share/man
-DOCDIR = $(BASEDIR)/usr/share/doc
-MOODSSLIBDIR = $(LIBDIR)/moodss
+DATADIR = __PREFIX__/share/moomps/moofiles
+INITDIR = __PREFIX__/share/moomps
+MANDIR = __PREFIX__/share/man
+DOCDIR = __PREFIX__/share/doc
+MOODSSLIBDIR = __PREFIX__/lib/moodss
 # where the modules will be finally installed (useful in rpm specification):
 MODULESDIR = $(MOODSSLIBDIR)
 MOOMPSDOCDIR = $(DOCDIR)/moomps-$(VERSION)
 MOOMPSHTMLDIR = $(MOOMPSDOCDIR)
-MOOMPSRCFILE = $(ETCDIR)/moomps/rc
+MOOMPSRCFILE = __PREFIX__/etc/moomps/rc
 
 
 ### You should not need to change anything below this line ###
