diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-15 03:11:56 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2006-11-15 03:11:56 +0000 |
commit | e72203ac1eec009a9d743babba38288ebaca07b4 (patch) | |
tree | cd9d3af0831e33b3faa66ad932241050ed004282 | |
parent | Fix plist. (diff) |
Correct man page listing.
-rw-r--r-- | www/varnish/Makefile | 6 | ||||
-rw-r--r-- | www/varnish2/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index adba26aa8bd3..a2db765a1f7a 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -7,6 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,8 +20,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_LDCONFIG= yes -MAN= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ - varnishstat.1 varnishtop.1 vcl.7 +MAN1= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ + varnishstat.1 varnishtop.1 +MAN7= vcl.7 .include <bsd.port.pre.mk> diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index adba26aa8bd3..a2db765a1f7a 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -7,6 +7,7 @@ PORTNAME= varnish PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,8 +20,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --mandir=${PREFIX}/man USE_LDCONFIG= yes -MAN= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ - varnishstat.1 varnishtop.1 vcl.7 +MAN1= varnishd.1 varnishhist.1 varnishlog.1 varnishncsa.1 \ + varnishstat.1 varnishtop.1 +MAN7= vcl.7 .include <bsd.port.pre.mk> |