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/bind99 | |
parent | ed49b43b5b1a68ece7f3828e6d22a6b01043b79c (diff) | |
download | ports-022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa.tar.gz ports-022e70ccdcfcac3f1d7d2ad8c380d601f4e261fa.zip |
Notes
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 7d4065a69e22..055f5956e8a7 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/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/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -39,7 +39,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.* +CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind910-* bind911-* bind-tools-9.* SUB_FILES= pkg-message |