diff options
author | erwin <erwin@FreeBSD.org> | 2013-11-22 21:41:34 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-11-22 21:41:34 +0800 |
commit | 57051adb01188b5d28bba45ae1f7bb85e8061a35 (patch) | |
tree | 42027387c228c14f984d16a3fcb63e93f5969166 /dns/bind99/Makefile | |
parent | 49c95b2ab55148203206d13780614f915e3111aa (diff) | |
download | freebsd-ports-gnome-57051adb01188b5d28bba45ae1f7bb85e8061a35.tar.gz freebsd-ports-gnome-57051adb01188b5d28bba45ae1f7bb85e8061a35.tar.zst freebsd-ports-gnome-57051adb01188b5d28bba45ae1f7bb85e8061a35.zip |
Fix startup script.
PR: 184159 [1]
Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com> [1],
Trond Endrestoel <Trond.Endrestol@ximalas.info> (private email)
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 f8d216a08d0f..8aba221a0d85 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME?= bind99 PORTVERSION= 9.9.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |