diff options
Diffstat (limited to 'www/privoxy/Makefile')
-rw-r--r-- | www/privoxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |