diff options
Diffstat (limited to 'dns/bind912/Makefile')
-rw-r--r-- | dns/bind912/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 38b503f46f98..29dc7c2a9da0 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -5,10 +5,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 0 +PORTREVISION= 1 .else # dns/bind912 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} |