diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-06 10:59:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-06-06 10:59:46 +0000 |
commit | 458efc5914aa8f6d8ef1b6d0ce41a7f33c958033 (patch) | |
tree | 706172a7398f9cf43ec470d3de39b37bbfe1c41b /dns/bind99/Makefile | |
parent | 4e5e6e3978344ea2aeab47ed6270dc26c704072e (diff) | |
download | freebsd-ports-458efc5914aa8f6d8ef1b6d0ce41a7f33c958033.zip |
Don't install rndc.conf
It is generated by the rc script during the first startup. And if
the file is present, it messes up the rndc.key generation.
Poked by: Alain Audebert
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index c8ac92d7f27c..1b2784560092 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |