diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-27 18:10:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-27 18:10:04 +0000 |
commit | 0014042ad5b3edefa80f721aa393433e3690a73f (patch) | |
tree | 33dff7948f2dd7796566cfff78c6c3d070df703a | |
parent | 0992624943338b6586c7b1e115999133cabad543 (diff) | |
download | ports-0014042ad5b3edefa80f721aa393433e3690a73f.tar.gz ports-0014042ad5b3edefa80f721aa393433e3690a73f.zip |
Notes
-rw-r--r-- | dns/bind-tools/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/Makefile | 5 | ||||
-rw-r--r-- | dns/bind99/Makefile | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index f72bdf09aea6..f5215feac81c 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= bind-tools +PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 2bc5e93a0962..2dd06e13630b 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= bind98 +PORTNAME= bind PORTVERSION= 9.8.7 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} -DISTNAME= bind-${ISCVERSION} +PKGNAMESUFFIX= 98 +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 9bd7ba748b6f..25e04dbcc1d5 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -1,12 +1,13 @@ # $FreeBSD$ -PORTNAME?= bind99 +PORTNAME= bind PORTVERSION= 9.9.5 PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} -DISTNAME= bind-${ISCVERSION} +PKGNAMESUFFIX?= 99 +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 |