diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-06-09 20:35:39 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-06-09 20:35:39 +0000 |
commit | a237016cb378cef2a31aa7e2f80581ee23c0e2a0 (patch) | |
tree | c427d3f1fc08e45f5120328cf5e1d5f8e8ad82fe /www/varnish2/Makefile | |
parent | d9749fb7e61815f76e5134d944cc9cc40c3f13a3 (diff) |
Fix the rc scripts so it is actually possible to override the defaults.
Notes
Notes:
svn path=/head/; revision=193127
Diffstat (limited to 'www/varnish2/Makefile')
-rw-r--r-- | www/varnish2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index 2e58d01780e2..6e9b39533d96 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -7,7 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |