diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-09-20 10:28:38 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-09-20 10:28:38 +0000 |
commit | dda0659d40c4804fb5f5037ae779c05054eea074 (patch) | |
tree | 4c8f0cbc0f2b93d57e7c603d2d73e15cd67a763a /www/varnish2/Makefile | |
parent | 9aecc9c063517bd42d5a509f44018dc8698c1e79 (diff) |
Jump the gun on the Varnish 1.0 release.
Notes
Notes:
svn path=/head/; revision=173452
Diffstat (limited to 'www/varnish2/Makefile')
-rw-r--r-- | www/varnish2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index 6b718ef309d8..10399c6177ec 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= varnish -PORTVERSION= 0.9.1 +PORTVERSION= 1.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes -MAN1= varnishd.1 varnishlog.1 varnishncsa.1 varnishstat.1 +MAN1= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ + varnishstat.1 varnishtop.1 .include <bsd.port.pre.mk> |