From a4b87534b5bc0696d711385d0d76196cacce9dd7 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 17 Sep 2005 20:33:11 +0000 Subject: [PATCH] Use VARBASE instead of /var. --- net/hobbitmon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile index eaaf4f79b029..12bc288c8e1e 100644 --- a/net/hobbitmon/Makefile +++ b/net/hobbitmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/23 11:48:50 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/17 20:33:11 minskim Exp $ # DISTNAME= hobbit-4.0-beta6 @@ -22,7 +22,7 @@ USE_PKGINSTALL=YES BBUSER?= hobbit BBGROUP?= hobbit BBTOPDIR?= ${PREFIX}/hobbit -BBLOGDIR?= /var/log/hobbit +BBLOGDIR?= ${VARBASE}/log/hobbit BBHOSTURL?= /hobbit CGIDIR?= ${BBTOPDIR}/cgi-bin BBCGIURL?= /cgi-bin