diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-09 14:14:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-09 14:14:46 +0000 |
commit | 5bab5ca52bb33afe4009ad52c5c1f565d55b97ab (patch) | |
tree | ebea67884822cf6061c6876df323c909384d2031 /dns/bind99/Makefile | |
parent | 2fd7cddd89e598a8566067c1efc26fbf676912ce (diff) | |
download | freebsd-ports-5bab5ca52bb33afe4009ad52c5c1f565d55b97ab.zip |
- Add a patch to install missing man page
- Add dnssec-* tools to bind-tools[1]
Requested by: many [1]
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 c1c794869dcc..2ba89b3c7305 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |