diff options
Diffstat (limited to 'dns/bind916/Makefile')
-rw-r--r-- | dns/bind916/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile index 4b267241876a..72f715858bcc 100644 --- a/dns/bind916/Makefile +++ b/dns/bind916/Makefile @@ -4,10 +4,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/bind916 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net MASTER_SITES= ISC/bind9/${ISCVERSION} |