diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-06-05 14:19:15 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-06-05 14:19:15 +0000 |
commit | 4bc028746869a624bbfd9819550af92a0a69fb75 (patch) | |
tree | cce9f1cb16258246118d976476afe0d75c4d8373 /www/varnish2 | |
parent | 65c770c86a5e3383f7f2635c78d54d86ed9ca8ee (diff) |
Notes
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 1 | ||||
-rw-r--r-- | www/varnish2/files/varnishlog.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index 11f21e41dadf..2e58d01780e2 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -7,6 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/varnish2/files/varnishlog.in b/www/varnish2/files/varnishlog.in index 38e5beb012b7..90dc933c05c1 100644 --- a/www/varnish2/files/varnishlog.in +++ b/www/varnish2/files/varnishlog.in @@ -25,7 +25,7 @@ name=varnishlog rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/varnishlog" +command="%%PREFIX%%/bin/varnishlog" pidfile="/var/run/${name}.pid" # set defaults |