<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile.orig	2019-03-20 19:57:14.000000000 -0500
+++ Makefile	2020-11-17 18:58:55.000000000 -0600
@@ -2,19 +2,19 @@
 # User configurables:
 ##########################################################
 # Location where gweb should be installed to (excluding conf, dwoo dirs).
-GDESTDIR = /usr/share/ganglia-webfrontend
+GDESTDIR = /opt/local/share/ganglia-webfrontend
 
 # Location where default apache configuration should be installed to.
-GCONFDIR = /etc/ganglia-web
+GCONFDIR = /opt/local/etc/ganglia-web
 
 # Gweb statedir (where conf dir and Dwoo templates dir are stored)
-GWEB_STATEDIR = /var/lib/ganglia-web
+GWEB_STATEDIR = /opt/local/var/lib/ganglia-web
 
 # Gmetad rootdir (parent location of rrd folder)
-GMETAD_ROOTDIR = /var/lib/ganglia
+GMETAD_ROOTDIR = /opt/local/var/lib/ganglia
 
 # Name of the user that runs the Apache server 
-APACHE_USER = www-data
+APACHE_USER = daemon
 
 # Name of the group that runs the Apache server 
 APACHE_GROUP = $(APACHE_USER)
</pre></body></html>