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/bind96/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/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index e2c6368174ad..9838947ff644 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -2,6 +2,7 @@ PORTNAME= bind96 PORTVERSION= 9.6.3.2.ESV.R10 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |