From e07031c753f6cd21fd1da774f6ac78ae36b89980 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Dec 2004 15:21:50 +0000 Subject: Use VARBASE. --- www/privoxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/privoxy') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 65beecfa382..b55d49e5bf5 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/12/28 02:47:50 reed Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/29 15:31:24 minskim Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -41,7 +41,7 @@ PTHREAD_AUTO_VARS= yes PTHREAD_OPTS+= require GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${EGDIR} CONFIGURE_ARGS+= --with-user=${PRIVOXY_USER} CONFIGURE_ARGS+= --with-group=${PRIVOXY_GROUP} -- cgit v1.2.3