diff options
Diffstat (limited to 'www/varnish/Makefile')
-rw-r--r-- | www/varnish/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index 37516399489..bee7c5c6fd1 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/12/11 16:13:22 fhajny Exp $ +# $NetBSD: Makefile,v 1.20 2014/03/11 14:34:41 jperkin Exp $ # DISTNAME= varnish-3.0.5 @@ -34,6 +34,9 @@ PKG_HOME.${VRNUSER}= ${VRNDIR} PKG_SHELL.${VRNUSER}= ${SH} PKG_GECOS.${VRNUSER}= Varnish daemon user +FILES_SUBST+= VRNUSER=${VRNUSER} +FILES_SUBST+= VRNGROUP=${VRNGROUP} + RCD_SCRIPTS= varnishd varnishlog varnishncsa PYTHON_FOR_BUILD_ONLY= yes |