diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-11-18 14:36:12 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-11-18 14:36:12 +0000 |
commit | 58daa361e83440626fe0b29380c62e6a65d1d9cd (patch) | |
tree | 5b5bc11022d8d5a55af94b7cf145d88cecddf1a5 /www/varnish2 | |
parent | 720e4f32b5144fc206550ac06c7a93fb9b157220 (diff) |
Notes
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index bc1204bcdd5d..7ba4b891bd48 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -18,7 +18,8 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX} USE_LDCONFIG= yes MAN1= varnishadm.1 varnishd.1 varnishhist.1 varnishlog.1 \ - varnishncsa.1 varnishreplay.1 varnishstat.1 varnishtop.1 + varnishncsa.1 varnishreplay.1 varnishstat.1 varnishtest.1 \ + varnishtop.1 MAN7= vcl.7 USE_REINPLACE= YES USE_RC_SUBR= varnishd varnishlog varnishncsa |