svn commit: r324094 - head/dns/powerdns

Guido Falsi madpilot at FreeBSD.org
Thu Aug 1 06:43:32 UTC 2013


Author: madpilot
Date: Thu Aug  1 06:43:32 2013
New Revision: 324094
URL: http://svnweb.freebsd.org/changeset/ports/324094

Log:
  - Add MAN8 pages forgotten in previous commit
  
  Reported by:	Ports-QAT

Modified:
  head/dns/powerdns/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Thu Aug  1 06:37:46 2013	(r324093)
+++ head/dns/powerdns/Makefile	Thu Aug  1 06:43:32 2013	(r324094)
@@ -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="${WRKDIRPREFI
 		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
 


More information about the svn-ports-all mailing list