diff options
Diffstat (limited to 'www/privoxy/Makefile')
-rw-r--r-- | www/privoxy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 39087012494..a115cc285dc 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2008/03/12 21:35:03 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2009/02/02 20:00:40 jnemeth Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src PKGNAME= privoxy-3.0.8 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} @@ -54,6 +55,7 @@ CONF_FILES_PERMS+= ${EGDIR}/${i} ${PKG_SYSCONFDIR}/${i} ${USER_GROUP} 0660 OWN_DIRS_PERMS+= /var/log/privoxy ${USER_GROUP} 0775 FILES_SUBST+= PRIVOXY_USER=${PRIVOXY_USER:Q} +FILES_SUBST+= PRIVOXY_USER=${PRIVOXY_GROUP:Q} SUBST_CLASSES+= paths SUBST_FILES.paths= config |