diff options
Diffstat (limited to 'www/varnish/Makefile')
-rw-r--r-- | www/varnish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index a2db765a1f7a..eed626056724 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -7,7 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,7 @@ USE_LDCONFIG= yes MAN1= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ varnishstat.1 varnishtop.1 MAN7= vcl.7 +USE_RC_SUBR+= varnishd .include <bsd.port.pre.mk> |