aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-client/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/xymon-client/files/Makefile')
-rw-r--r--net-mgmt/xymon-client/files/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/xymon-client/files/Makefile b/net-mgmt/xymon-client/files/Makefile
index b143241db438..f4162b2ed59a 100644
--- a/net-mgmt/xymon-client/files/Makefile
+++ b/net-mgmt/xymon-client/files/Makefile
@@ -1,22 +1,22 @@
-# Toplevel Makefile for Hobbit
+# Toplevel Makefile for Xymon
# $FreeBSD$
BUILDTOPDIR=`pwd`
CLIENTONLY = yes
LOCALCLIENT = no
-# configure settings for Hobbit
+# configure settings for Xymon
#
# Toplevel dir
-BBTOPDIR = ${PREFIX}/www/xymon
+XYMONTOPDIR = ${PREFIX}/www/xymon
# Server home dir for etc/, www/
-BBHOME = ${PREFIX}/www/xymon/client
+XYMONHOME = ${PREFIX}/www/xymon/client
# hobbit settings follows
#
# Username running hobbit
-#BBUSER = nobody
-# Hobbit server IP-address
-#BBHOSTIP = 127.0.0.1
+#XYMONUSER = nobody
+# Xymon server IP-address
+#XYMONHOSTIP = 127.0.0.1
# Large File Support settings
LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64