pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hobbitmon Use VARBASE instead of /var.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c52ff1ebd9ff
branches:  trunk
changeset: 499275:c52ff1ebd9ff
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 17 20:33:11 2005 +0000

description:
Use VARBASE instead of /var.

diffstat:

 net/hobbitmon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a09e9d145ca -r c52ff1ebd9ff net/hobbitmon/Makefile
--- a/net/hobbitmon/Makefile    Sat Sep 17 20:28:53 2005 +0000
+++ b/net/hobbitmon/Makefile    Sat Sep 17 20:33:11 2005 +0000
@@ -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 @@
 BBUSER?=       hobbit
 BBGROUP?=      hobbit
 BBTOPDIR?=     ${PREFIX}/hobbit
-BBLOGDIR?=     /var/log/hobbit
+BBLOGDIR?=     ${VARBASE}/log/hobbit
 BBHOSTURL?=    /hobbit
 CGIDIR?=       ${BBTOPDIR}/cgi-bin
 BBCGIURL?=     /cgi-bin



Home | Main Index | Thread Index | Old Index