diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 09:47:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-04 09:47:25 +0000 |
commit | 022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa (patch) | |
tree | d06a5bee3625e68355c60162fc55b2398be2aa82 /dns/bind910 | |
parent | ed49b43b5b1a68ece7f3828e6d22a6b01043b79c (diff) | |
download | ports-022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa.tar.gz ports-022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa.zip |
Notes
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index a82981bc08f2..c6ba5d7d1e52 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ # pkg-help formatted with fmt 59 63 PORTNAME= bind -PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/} +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here PORTREVISION= 0 @@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --disable-shared .endif ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS+= bind9*-9.[456789].* bind9*-sdb-9.[456789].* +CONFLICTS+= bind9*-9.[456789].* bind911-* bind9*-sdb-9.[456789].* .if !defined(BIND_TOOLS_SLAVE) SUB_FILES= pkg-message |