diff options
author | minskim <minskim> | 2005-09-17 20:33:11 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-09-17 20:33:11 +0000 |
commit | 462564c8ee91c72e3195a9c07463f42559423d07 (patch) | |
tree | 1d45b0c81ee983572e90cfe8ee10debad703d9d8 /net/hobbitmon | |
parent | b1b6ea1ad744bc6a8c5f1a43c841513f94697747 (diff) | |
download | pkgsrc-462564c8ee91c72e3195a9c07463f42559423d07.tar.gz |
Use VARBASE instead of /var.
Diffstat (limited to 'net/hobbitmon')
-rw-r--r-- | net/hobbitmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile index eaaf4f79b02..12bc288c8e1 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 |