diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-01 06:43:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-01 06:43:32 +0000 |
commit | 03ba652f3709f9dfabeb53ed3b5bef9f717fb730 (patch) | |
tree | c1e7a421436144d9cbca647d79939d2222d9daf3 /dns/powerdns | |
parent | 4459cce774fb8fe1ecd6b84ba0cc652d93003b2e (diff) |
Notes
Diffstat (limited to 'dns/powerdns')
-rw-r--r-- | dns/powerdns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index ce76e003a1b2..b3442fd240f5 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.3 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} @@ -34,7 +34,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" \ DISTNAME="${DISTNAME}" \ POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" -MAN8= pdns_control.8 pdns_server.8 zone2sql.8 +MAN8= pdns_control.8 pdns_server.8 zone2sql.8 pdnssec.8 zone2ldap.8 SUB_FILES= pkg-message |