Use VARBASE instead of /var.
This commit is contained in:
parent
7e44ba008f
commit
a4b87534b5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue